#include <LoggableTraits.h>
Public Types | |
typedef GenericSimpleLoggable< T > | LoggableType |
Typedef that defines which type should be used to wrap T as a Loggable. |
Used to specify which type should be used to wrap T as a Loggable. Specializations are expected to define this type as a nested class if it's specific to a particular T.
Definition at line 37 of file LoggableTraits.h.