maliput
Serialize Struct Reference

Detailed Description

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)
 

Member Function Documentation

◆ operator()()

std::string operator() ( const T &  t)
Parameters
tObject to apply the serialization.
Template Parameters
TType of t.
Returns
A string obtained from t
See also
Logger.

The documentation for this struct was generated from the following file: