Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template type_to_string<itl::split_interval_set< DomainT, Compare, Interval, Alloc >>

boost::itl::type_to_string<itl::split_interval_set< DomainT, Compare, Interval, Alloc >>

Synopsis

template<class DomainT , ITL_COMPARE Compare, 
         template< class, ITL_COMPARE >class Interval, ITL_ALLOC Alloc> 
struct type_to_string<itl::split_interval_set< DomainT, Compare, Interval, Alloc >> {

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

Description

type_to_string public static functions

  1. static std::string apply() ;

PrevUpHomeNext