Home
last modified time | relevance | path

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

/third_party/boost/boost/container/detail/
Dversion_type.hpp53 struct has_version struct
64 template <class T, bool = has_version<T>::value>
/third_party/boost/boost/spirit/home/qi/numeric/detail/
Dreal_impl.hpp190 typedef mpl::bool_<has_version<RealPolicies>::value> has_version; in ignore_excess_digits() typedef
191 return ignore_excess_digits(first, last, has_version()); in ignore_excess_digits()