Main Page
Namespaces
Files
File List
File Members
test
test.cpp
Go to the documentation of this file.
1
// Simple compilation test
2
// Author: Max Schwarz <max.schwarz@ais.uni-bonn.de>
3
4
#include <
rosfmt/full.h
>
5
6
int
main
(
int
argc,
char
** argv)
7
{
8
ROSFMT_INFO
(
"Hello world"
);
9
ROSFMT_INFO
(
"This is five: {}"
, 5);
10
return
0;
11
}
full.h
ROSFMT_INFO
#define ROSFMT_INFO(...)
Definition:
macros_generated.h:45
main
int main(int argc, char **argv)
Definition:
test.cpp:6
rosfmt
Author(s):
autogenerated on Tue Jan 5 2021 03:47:40