Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template is_string

boost::container::is_string

Synopsis

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

template<typename S> 
struct is_string {

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

PrevUpHomeNext