CppCommon 1.0.5.0
C++ Common Library
Loading...
Searching...
No Matches
Namespaces | Functions
time.inl File Reference

Time inline implementation. More...

Go to the source code of this file.

Namespaces

namespace  CppCommon
 C++ Common project definitions.
 

Functions

template<class TOutputStream >
TOutputStream & CppCommon::operator<< (TOutputStream &stream, Weekday weekday)
 Stream output: Weekday.
 
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.