|
maliput
|
Convenient functor for getting a string from a object that has serialization operator defined.
#include <include/maliput/common/logger.h>
Public Member Functions | |
| template<typename T > | |
| std::string | operator() (const T &t) |
| std::string operator() | ( | const T & | t | ) |
| t | Object to apply the serialization. |
| T | Type of t. |
t