Home
last modified time | relevance | path

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

/third_party/boost/boost/detail/
Dindirect_traits.hpp120 struct is_reference_to_volatile : boost::false_type struct
125 struct is_reference_to_volatile<T volatile&> : boost::true_type struct
131 struct is_reference_to_volatile<T const volatile&> : boost::true_type struct