...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::invoke_manip
// In header: <boost/log/utility/manipulators/invoke.hpp> template<typename FunctionT, typename... Args> invoke_manipulator< unspecified > invoke_manip(FunctionT && func, Args &&... args);
Invoke manipulator generator function.
Note | |
---|---|
args are only supported since C++14. |
Parameters: |
|
||||
Returns: |
Manipulator to be inserted into the stream. |