CppCommon
1.0.4.1
C++ Common Library
|
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 |