...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::log::ends_with_fun — The ends_with
functor.
// In header: <boost/log/utility/functional/ends_with.hpp> struct ends_with_fun { // types typedef bool result_type; // public member functions template<typename T, typename U> bool operator()(T const &, U const &) const; };