Home
last modified time | relevance | path

Searched refs:is_policy (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/math/special_functions/
H A Dmath_fwd.hpp198 …typename boost::enable_if_c<policies::is_policy<Policy>::value, typename tools::promote_args<T>::t…
201 …inline typename boost::enable_if_c<policies::is_policy<Policy>::value, typename tools::promote_arg…
209 …typename boost::enable_if_c<policies::is_policy<Policy>::value, typename tools::promote_args<T>::t…
244 policies::is_policy<T2>,
376 policies::is_policy<V>,
885 policies::is_policy<U>,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/
H A Dpolicy.hpp987 struct is_policy : public mpl::bool_< ::boost::math::policies::detail::is_policy_imp<P>::value> {}; struct