Apollo 10.0
自动驾驶开放平台
apollo::common::util::DebugStringFormatter结构体 参考

#include <string_util.h>

apollo::common::util::DebugStringFormatter 的协作图:

Public 成员函数

template<class T >
void operator() (std::string *out, const T &t) const
 

详细描述

在文件 string_util.h42 行定义.

成员函数说明

◆ operator()()

template<class T >
void apollo::common::util::DebugStringFormatter::operator() ( std::string *  out,
const T &  t 
) const
inline

在文件 string_util.h44 行定义.

44 {
45 out->append(t.DebugString());
46 }

该结构体的文档由以下文件生成: