...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::math::fpc::is_abstract_class_or_function
// In header: <boost/test/tools/floating_point_comparison.hpp> template<typename T> class is_abstract_class_or_function { public: // private static functions template<typename U> static char test(U(*)); template<typename U> static Two test(...); // public data members static const bool value; };