Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h235 class month_day_last; variable
257 CONSTCD11 month_day_last operator/(const month& m, last_spec) NOEXCEPT;
258 CONSTCD11 month_day_last operator/(int m, last_spec) NOEXCEPT;
259 CONSTCD11 month_day_last operator/(last_spec, const month& m) NOEXCEPT;
260 CONSTCD11 month_day_last operator/(last_spec, int m) NOEXCEPT;
282 year_month_day_last operator/(const year& y, const month_day_last& mdl) NOEXCEPT;
284 year_month_day_last operator/(int y, const month_day_last& mdl) NOEXCEPT;
286 year_month_day_last operator/(const month_day_last& mdl, const year& y) NOEXCEPT;
288 year_month_day_last operator/(const month_day_last& mdl, int y) NOEXCEPT;
632 class month_day_last
[all …]