Searched defs:is_between (Results 1 – 4 of 4) sorted by relevance
261 struct is_between struct in boost::container::dtl::private_node_pool_impl263 typedef typename free_nodes_t::value_type argument_type;264 typedef bool result_type;266 is_between(const void *addr, std::size_t size) in is_between() argument270 bool operator()(typename free_nodes_t::const_reference v) const in operator ()()276 const char * beg_;277 const char * end_;
19 static inline bool is_between(int c, int min, int max) in is_between() function
22 static inline bool is_between(int c, int min, int max) { in is_between() function
18 inline bool is_between(char c, char min, char max) { in is_between() function