Home
last modified time | relevance | path

Searched defs:is_lvalue_reference (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/type_traits/
Dis_lvalue_reference.hpp29 …template <class T> struct is_lvalue_reference : public integral_constant<bool, __is_reference(T)>{… struct
/third_party/boost/boost/move/detail/
Dunique_ptr_meta_utils.hpp344 struct is_lvalue_reference struct
346 static const bool value = false;
350 struct is_lvalue_reference<T&> struct
352 static const bool value = true;
Dmeta_utils.hpp203 struct is_lvalue_reference struct
205 static const bool value = false;
209 struct is_lvalue_reference<T&> struct
211 static const bool value = true;