![]() |
NumCpp
2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
|
#include <chrono>#include <iostream>Go to the source code of this file.
Namespaces | |
| namespace | nc |
Typedefs | |
| using | nc::Clock = std::chrono::system_clock |
| Clock Type. | |
| using | nc::Duration = std::chrono::nanoseconds |
| Duration Type. | |
| using | nc::TimePoint = std::chrono::time_point< Clock, Duration > |
| TimePoint Type. | |
Functions | |
| std::ostream & | nc::operator<< (std::ostream &os, const TimePoint &timepoint) |
| Output stream operator for the TimePoint type. | |
| std::ostream & | nc::operator<< (std::ostream &os, Duration duration) |
| Output stream operator for the Duration type. | |