...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
...one of the most highly regarded and expertly designed C++ library projects in the world.
boost::log::filter::default_filter — Default filter, always returns true.
true
// In header: <boost/log/expressions/filter.hpp> // Default filter, always returns true. struct default_filter { // types typedef bool result_type; // public member functions result_type operator()(attribute_value_set const &) const; };
default_filter
result_typeoperator()(attribute_value_setconst&)const;
Статья Struct default_filter раздела Chapter 1. Boost.Log v2 Class filter может быть полезна для разработчиков на c++ и boost.
Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.
:: Главная :: Class filter ::
реклама