Struct LoggingConfig::NameReductionFn
Defined in File LoggingConfig.h
Nested Relationships
This struct is a nested type of Class LoggingConfig.
Struct Documentation
-
struct NameReductionFn
A user configured reduction to be logged
Public Functions
-
inline bool operator<(const NameReductionFn &other) const
Generic ordering function, to allow instances of this type to be stored in ordered collections The defined order is not important
- Parameters:
other – The other instance to compare vs
- Returns:
Returns whether this instance should come before other
-
inline bool operator<(const NameReductionFn &other) const