![]() |
Home | Libraries | People | FAQ | More |
“What is time, then? If nobody asks me, I know; if I have to explain it to someone who has asked me, I do not know."”
-- Augustine
This documentation makes use of the following naming and formatting conventions.
fixed width
font
and is syntax-highlighted.
italics
.
()
, as in free_function()
.
class_template<>
;
that is, it is in code font and its name is followed by <>
to indicate that it is a class template.
MACRO()
;
that is, it is uppercase in code font and its name is followed by ()
to indicate that it is a function-like
macro. Object-like macros appear without the trailing ()
.
![]() |
Note |
---|---|
In addition, notes such as this one specify non-essential information that provides additional background or rationale. |
Finally, you can mentally add the following to any code fragments in this document:
// Include all of Chrono files #include <boost/chrono.hpp>