gz-cpp-util 1.3
A c++20 library containing various utilities
gz::Logable Concept Reference

Define types that can be logged with Log. More...

#include <log.hpp>

Concept definition

template<typename T>
Any type where gz::toString(t) exists.
Definition: to_string.hpp:409
Define types that can be logged with Log.
Definition: log.hpp:60

Detailed Description

Define types that can be logged with Log.

Log can log everything where gz::toString(const T&) exists. See this for more details.