class
#include <eckit/types/Hour.h>
Hour
Constructors, destructors, conversion operators
- Hour(double hour) explicit
-
Hour(const std::
string&) explicit - operator std::string() const
Public functions
-
auto asString() const -> std::
string - auto operator==(const Hour& other) const -> bool
- auto operator!=(const Hour& other) const -> bool
- auto operator<(const Hour& other) const -> bool
- auto operator>(const Hour& other) const -> bool
- auto operator<=(const Hour& other) const -> bool
- auto operator>=(const Hour& other) const -> bool
Friends
-
auto operator<<(std::
ostream& s, const Hour& hour) -> std:: ostream&