Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
Dindirect_traits.hpp132 struct is_reference_to_volatile : mpl::false_ struct
137 struct is_reference_to_volatile<T volatile&> : mpl::true_ struct
143 struct is_reference_to_volatile<T const volatile&> : mpl::true_ struct
381 struct is_reference_to_volatile