Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_function.hpp52 struct is_function_impl struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp583 struct is_function_impl struct
584 { static const bool value = is_reference_convertible_to_pointer<T>::value; };
587 struct is_function_impl<T, true> struct
588 { static const bool value = false; };