Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Diterator_traits.h48 using __with_reference = _Tp&; variable
51 concept __can_reference = requires { typename __with_reference<_Tp>; }; variable