NumCpp
2.12.1
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. More... | |
using | nc::Duration = std::chrono::nanoseconds |
Duration Type. More... | |
using | nc::TimePoint = std::chrono::time_point< Clock, Duration > |
TimePoint Type. More... | |
Functions | |
std::ostream & | nc::operator<< (std::ostream &os, const TimePoint &timepoint) |
Output stream operator for the TimePoint type. More... | |
std::ostream & | nc::operator<< (std::ostream &os, Duration duration) |
Output stream operator for the Duration type. More... | |