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