Searched defs:has_allocator (Results 1 – 2 of 2) sorted by relevance
72 …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()
52 static const bool has_allocator = has_arg<bound_args, tag::allocator>::value; member