Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template version

boost::itl::version

Synopsis

template<class Combiner > 
struct version : public boost::itl::conversion< Combiner > {
  // types
  typedef version< Combiner >      type;         
  typedef conversion< Combiner >   base_type;    
  typedef base_type::argument_type argument_type;

  // public member functions
  argument_type operator()(const argument_type &) ;
};

Description

version public member functions

  1. argument_type operator()(const argument_type & value) ;

PrevUpHomeNext