CppCommon  1.0.4.1
C++ Common Library
Namespaces | Functions
time.inl File Reference

Time inline implementation. More...

Go to the source code of this file.

Namespaces

 CppCommon
 C++ Common project definitions.
 

Functions

template<class TOutputStream >
TOutputStream & CppCommon::operator<< (TOutputStream &stream, Weekday weekday)
 Stream output: Weekday. More...
 
bool CppCommon::operator== (const Time &time1, const Time &time2) noexcept
 
bool CppCommon::operator!= (const Time &time1, const Time &time2) noexcept
 
bool CppCommon::operator> (const Time &time1, const Time &time2) noexcept
 
bool CppCommon::operator< (const Time &time1, const Time &time2) noexcept
 
bool CppCommon::operator>= (const Time &time1, const Time &time2) noexcept
 
bool CppCommon::operator<= (const Time &time1, const Time &time2) noexcept
 
void CppCommon::swap (Time &time1, Time &time2) noexcept
 

Detailed Description

Time inline implementation.

Author
Ivan Shynkarenka
Date
12.07.2016

Definition in file time.inl.