Home
last modified time | relevance | path

Searched refs: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
61 struct is_function_impl
78 struct is_function_impl<T&> : public false_type
82 struct is_function_impl<T&&> : public false_type
95 template <class T> struct is_function : integral_constant<bool, ::boost::detail::is_function_impl<T…
/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
587 struct is_function_impl<T, true> struct
592 : is_function_impl<T>