Searched defs:same_as (Results 1 – 2 of 2) sorted by relevance
26 struct same_as struct28 template< typename T2 > struct apply
29 concept same_as = __same_as_impl<_Tp, _Up> && __same_as_impl<_Up, _Tp>; variable