Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::make_converter_from< S, OverflowHandler, Float2IntRounder, UserRangeChecker >::to< T, Traits, RawConverter > Struct Template Reference

#include <converter.hpp>

Public Types

typedef converter< T, S,
Traits, OverflowHandler,
Float2IntRounder, RawConverter,
UserRangeChecker > 
type
 

Member Typedef Documentation

template<class S , class OverflowHandler = def_overflow_handler, class Float2IntRounder = Trunc<S>, class UserRangeChecker = UseInternalRangeChecker>
template<class T , class Traits = conversion_traits<T,S>, class RawConverter = raw_converter<Traits>>
typedef converter<T,S,Traits,OverflowHandler,Float2IntRounder,RawConverter,UserRangeChecker> boost::numeric::make_converter_from< S, OverflowHandler, Float2IntRounder, UserRangeChecker >::to< T, Traits, RawConverter >::type

The documentation for this struct was generated from the following file: