![]() |
Home | Libraries | People | FAQ | More |
boost::container::basic_string::Not_within_traits
// In header: <boost/container/string.hpp> template<typename CharT, typename Traits, typename Allocator> struct Not_within_traits { // types typedef Tr::char_type argument_type; typedef bool result_type; // construct/copy/destruct Not_within_traits(Pointer, Pointer); // public member functions bool operator()(const typename Tr::char_type &) const; // public data members const typedef Tr::char_type * Pointer; const Pointer m_first; const Pointer m_last; };