Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
Dindirect_traits.hpp39 struct is_reference_to_const : mpl::false_ struct
44 struct is_reference_to_const<T const&> : mpl::true_ struct
50 struct is_reference_to_const<T const volatile&> : mpl::true_ struct