MeVisLab Toolbox Reference
mlDateTime.h File Reference
#include "mlUtilsSystem.h"
#include <ostream>
#include <optional>

Go to the source code of this file.

Classes

class  ml::DateTime
 Class for performing date/time arithmetic, comparisons and formatting. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Functions

ostream & std::operator<< (ostream &s, const ml::DateTime &dt)
 Overloads the operator "<<" for stream output of dt into s in the format year:month:day:hour:minute:second. More...
 

Function Documentation

◆ operator<<()

ostream& std::operator<< ( ostream &  s,
const ml::DateTime dt 
)
inline

Overloads the operator "<<" for stream output of dt into s in the format year:month:day:hour:minute:second.

Definition at line 352 of file mlDateTime.h.

References std::operator<<().