#include "mlUtilsSystem.h"
#include <ostream>
#include <optional>
Go to the source code of this file.
|
class | ml::DateTime |
| Class for performing date/time arithmetic, comparisons and formatting. More...
|
|
|
| ml |
| Main documentation file for ML users and developers.
|
|
|
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...
|
|
◆ 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 320 of file mlDateTime.h.
References std::operator<<().