Searched defs:__with_reference (Results 1 – 6 of 6) sorted by relevance
48 using __with_reference = _Tp&; variable51 concept __can_reference = requires { typename __with_reference<_Tp>; }; variable
49 using __with_reference = _Tp&; variable52 concept __can_reference = requires { typename __with_reference<_Tp>; }; variable
50 using __with_reference = _Tp&; variable53 concept __can_reference = requires { typename __with_reference<_Tp>; }; variable