Main Page
Namespaces
Files
File List
File Members
src
rosfmt.cpp
Go to the documentation of this file.
1
// rosfmt - type-safe ROS_* logging macros (precompiled parts)
2
// Author: Max Schwarz <max.schwarz@ais.uni-bonn.de>
3
4
#include <
rosfmt/rosfmt.h
>
5
6
#include <fmt/format.h>
7
8
namespace
rosfmt
9
{
10
11
std::string
vformat
(fmt::string_view format_str, fmt::format_args args)
12
{
13
return
fmt::vformat
(format_str, args);
14
}
15
16
}
rosfmt.h
rosfmt
Definition:
rosfmt.cpp:8
rosfmt::vformat
std::string vformat(fmt::string_view format_str, fmt::format_args args)
Definition:
rosfmt.cpp:11
rosfmt
Author(s):
autogenerated on Tue Jan 5 2021 03:47:40