Home
last modified time | relevance | path

Searched defs:__is_transparent_v (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dis_transparent.h25 inline const bool __is_transparent_v = false; variable
28 inline const bool __is_transparent_v<_Tp, _Up, __void_t<typename _Tp::is_transparent> > = true; variable