Home
last modified time | relevance | path

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

/third_party/boost/boost/multiprecision/cpp_int/
Dlimits.hpp72 …t_min(const boost::mpl::false_&, const boost::mpl::true_&, const boost::mpl::bool_<has_allocator>&) in get_min()
82 …_min(const boost::mpl::false_&, const boost::mpl::false_&, const boost::mpl::bool_<has_allocator>&) in get_min()
145 …t_max(const boost::mpl::false_&, const boost::mpl::true_&, const boost::mpl::bool_<has_allocator>&) in get_max()
155 …_max(const boost::mpl::false_&, const boost::mpl::false_&, const boost::mpl::bool_<has_allocator>&) in get_max()
/third_party/boost/boost/lockfree/detail/
Dparameter.hpp52 static const bool has_allocator = has_arg<bound_args, tag::allocator>::value; member