Loading...
Searching...
No Matches
bitpit::log::LoggerManipulator< T > Struct Template Reference
#include <logger.hpp>
Collaboration diagram for bitpit::log::LoggerManipulator< T >:

Public Member Functions | |
LoggerManipulator (Logger &(*ff)(Logger &, const T &), const T &ss) | |
Public Attributes | |
Logger &(* | f )(Logger &, const T &) |
T | value |
Detailed Description
template<typename T>
struct bitpit::log::LoggerManipulator< T >
struct bitpit::log::LoggerManipulator< T >
Struct that allows to manipulate a logger.
Definition at line 350 of file logger.hpp.
Constructor & Destructor Documentation
◆ LoggerManipulator()
template<typename T>
|
inline |
Creates a new logger manipulator
Definition at line 357 of file logger.hpp.
Member Data Documentation
◆ f
template<typename T>
Logger &(* bitpit::log::LoggerManipulator< T >::f) (Logger &, const T &) |
Definition at line 351 of file logger.hpp.
◆ value
template<typename T>
T bitpit::log::LoggerManipulator< T >::value |
Definition at line 352 of file logger.hpp.
The documentation for this struct was generated from the following file:
- src/common/logger.hpp
