Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Header <boost/test/tools/detail/tolerance_manip.hpp>

Floating point comparison tolerance manipulators.

This file defines several manipulators for floating point comparison. These manipulators are intended to be used with BOOST_TEST.

namespace boost {
  namespace test_tools {
    template<typename FPT> unspecified tolerance(FPT);
    template<typename FPT> 
      unspecified tolerance(fpc::percent_tolerance_t< FPT >);
    unspecified tolerance();
  }
}

PrevUpHomeNext