NumCpp  2.14.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Clock.hpp File Reference
#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.