StuBS
time.h File Reference

DateTime structure with conversation to unix timestamp format More...

#include "types.h"
Include dependency graph for time.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  DateTime
 Date and Time. More...
 

Functions

template<typename T >
T & operator<< (T &out, const DateTime &dt)
 

Detailed Description

DateTime structure with conversation to unix timestamp format

Function Documentation

◆ operator<<()

template<typename T >
T & operator<< ( T &  out,
const DateTime dt 
)