Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::container::basic_string< CharT, Traits, Allocator >::Not_within_traits< Tr > Struct Template Reference

#include <string.hpp>

Public Types

typedef Tr::char_type argument_type
 
typedef bool result_type
 
typedef const Tr::char_type * Pointer
 

Public Member Functions

 Not_within_traits (Pointer f, Pointer l)
 
bool operator() (const typename Tr::char_type &x) const
 

Public Attributes

const Pointer m_first
 
const Pointer m_last
 

Member Typedef Documentation

template<class CharT, class Traits, class Allocator>
template<class Tr >
typedef Tr::char_type boost::container::basic_string< CharT, Traits, Allocator >::Not_within_traits< Tr >::argument_type
template<class CharT, class Traits, class Allocator>
template<class Tr >
typedef const Tr::char_type* boost::container::basic_string< CharT, Traits, Allocator >::Not_within_traits< Tr >::Pointer
template<class CharT, class Traits, class Allocator>
template<class Tr >
typedef bool boost::container::basic_string< CharT, Traits, Allocator >::Not_within_traits< Tr >::result_type

Constructor & Destructor Documentation

template<class CharT, class Traits, class Allocator>
template<class Tr >
boost::container::basic_string< CharT, Traits, Allocator >::Not_within_traits< Tr >::Not_within_traits ( Pointer  f,
Pointer  l 
)
inline

Member Function Documentation

template<class CharT, class Traits, class Allocator>
template<class Tr >
bool boost::container::basic_string< CharT, Traits, Allocator >::Not_within_traits< Tr >::operator() ( const typename Tr::char_type &  x) const
inline

Member Data Documentation

template<class CharT, class Traits, class Allocator>
template<class Tr >
const Pointer boost::container::basic_string< CharT, Traits, Allocator >::Not_within_traits< Tr >::m_first
template<class CharT, class Traits, class Allocator>
template<class Tr >
const Pointer boost::container::basic_string< CharT, Traits, Allocator >::Not_within_traits< Tr >::m_last

The documentation for this struct was generated from the following file: