Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template is_string<basic_string< C, T, A >>

boost::container::is_string<basic_string< C, T, A >>

Synopsis

// In header: <boost/container/string.hpp>

template<typename C, typename T, typename A> 
struct is_string<basic_string< C, T, A >> {

  // public data members
  static const bool value;
};

PrevUpHomeNext