Home
last modified time | relevance | path

Searched refs:month_weekday (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h236 class month_weekday; variable
262 CONSTCD11 month_weekday operator/(const month& m, const weekday_indexed& wdi) NOEXCEPT;
263 CONSTCD11 month_weekday operator/(int m, const weekday_indexed& wdi) NOEXCEPT;
264 CONSTCD11 month_weekday operator/(const weekday_indexed& wdi, const month& m) NOEXCEPT;
265 CONSTCD11 month_weekday operator/(const weekday_indexed& wdi, int m) NOEXCEPT;
296 operator/(const year& y, const month_weekday& mwd) NOEXCEPT;
300 operator/(int y, const month_weekday& mwd) NOEXCEPT;
304 operator/(const month_weekday& mwd, const year& y) NOEXCEPT;
308 operator/(const month_weekday& mwd, int y) NOEXCEPT;
656 class month_weekday
[all …]