Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Overview

Motivation
Description

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

How to Use This Documentation

This documentation makes use of the following naming and formatting conventions.

[Note] 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>

PrevUpHomeNext