Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template type_to_string<itl::set< Type >>

boost::itl::type_to_string<itl::set< Type >>

Synopsis

template<class Type > 
struct type_to_string<itl::set< Type >> {

  // public static functions
  static std::string apply() ;
};

Description

type_to_string public static functions

  1. static std::string apply() ;

PrevUpHomeNext