Home
last modified time | relevance | path

Searched refs:__same_as_impl (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__concepts/
H A Dsame_as.h26 concept __same_as_impl = _IsSame<_Tp, _Up>::value; variable
29 concept same_as = __same_as_impl<_Tp, _Up> && __same_as_impl<_Up, _Tp>;