C++ Utilities 5.24.8
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Loading...
Searching...
No Matches
Functions
format.h File Reference
#include "./datetime.h"
#include "./period.h"
#include <ostream>
Include dependency graph for format.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const CppUtilities::DateTime &value)
 
std::ostream & operator<< (std::ostream &out, const CppUtilities::DateTimeExpression &value)
 
std::ostream & operator<< (std::ostream &out, const CppUtilities::TimeSpan &value)
 
std::ostream & operator<< (std::ostream &out, const CppUtilities::Period &value)
 

Function Documentation

◆ operator<<() [1/4]

std::ostream & operator<< ( std::ostream & out,
const CppUtilities::DateTime & value )
inline

Definition at line 9 of file format.h.

◆ operator<<() [2/4]

std::ostream & operator<< ( std::ostream & out,
const CppUtilities::DateTimeExpression & value )
inline

Definition at line 14 of file format.h.

◆ operator<<() [3/4]

std::ostream & operator<< ( std::ostream & out,
const CppUtilities::Period & value )
inline

Definition at line 24 of file format.h.

◆ operator<<() [4/4]

std::ostream & operator<< ( std::ostream & out,
const CppUtilities::TimeSpan & value )
inline

Definition at line 19 of file format.h.