#include <floating_point_comparison.hpp>
Public Types | |
typedef bool | result_type |
Public Member Functions | |
template<typename ToleranceBaseType > | |
close_at_tolerance (percent_tolerance_t< ToleranceBaseType > tolerance, floating_point_comparison_type fpc_type=FPC_STRONG) | |
template<typename ToleranceBaseType > | |
close_at_tolerance (fraction_tolerance_t< ToleranceBaseType > tolerance, floating_point_comparison_type fpc_type=FPC_STRONG) | |
predicate_result | operator() (FPT left, FPT right) const |
Public Attributes | |
readonly_property< FPT > | p_fraction_tolerance |
readonly_property< bool > | p_strong_or_weak |
typedef bool boost::test_tools::close_at_tolerance< FPT >::result_type |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
readonly_property<FPT> boost::test_tools::close_at_tolerance< FPT >::p_fraction_tolerance |
Referenced by boost::test_tools::close_at_tolerance< FPT >::operator()().
readonly_property<bool> boost::test_tools::close_at_tolerance< FPT >::p_strong_or_weak |
Referenced by boost::test_tools::close_at_tolerance< FPT >::operator()().