Support for date and time standardized string formats.
More...
#include "azure/core/dll_import_export.hpp"
#include <chrono>
#include <ostream>
#include <string>
Go to the source code of this file.
|
bool | Azure::operator== (DateTime const &dt, std::chrono::system_clock::time_point const &tp) |
|
bool | Azure::operator< (DateTime const &dt, std::chrono::system_clock::time_point const &tp) |
|
bool | Azure::operator<= (DateTime const &dt, std::chrono::system_clock::time_point const &tp) |
|
bool | Azure::operator!= (DateTime const &dt, std::chrono::system_clock::time_point const &tp) |
|
bool | Azure::operator> (DateTime const &dt, std::chrono::system_clock::time_point const &tp) |
|
bool | Azure::operator>= (DateTime const &dt, std::chrono::system_clock::time_point const &tp) |
|
bool | Azure::operator== (std::chrono::system_clock::time_point const &tp, DateTime const &dt) |
|
bool | Azure::operator!= (std::chrono::system_clock::time_point const &tp, DateTime const &dt) |
|
bool | Azure::operator< (std::chrono::system_clock::time_point const &tp, DateTime const &dt) |
|
bool | Azure::operator<= (std::chrono::system_clock::time_point const &tp, DateTime const &dt) |
|
bool | Azure::operator> (std::chrono::system_clock::time_point const &tp, DateTime const &dt) |
|
bool | Azure::operator>= (std::chrono::system_clock::time_point const &tp, DateTime const &dt) |
|