Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__type_traits/
Dis_reference.h38 inline constexpr bool is_lvalue_reference_v = __is_lvalue_reference(_Tp); variable
/external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/
Diter_move.h50 requires is_lvalue_reference_v<decltype(*__t)>; variable