Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template tolerance_based_delegate<T, false>

boost::math::fpc::tolerance_based_delegate<T, false>

Synopsis

// In header: <boost/test/tools/floating_point_comparison.hpp>

template<typename T> 
struct tolerance_based_delegate<T, false> : public false_ {
};

PrevUpHomeNext