Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h121 # define CONSTCD11 macro
127 # define CONSTCD11 constexpr
135 # define CONSTCD11 constexpr
142 # define CONSTCD11 constexpr
148 # define CONSTCD11 constexpr
248 CONSTCD11 year_month operator/(const year& y, const month& m) NOEXCEPT;
249 CONSTCD11 year_month operator/(const year& y, int m) NOEXCEPT;
251 CONSTCD11 month_day operator/(const day& d, const month& m) NOEXCEPT;
252 CONSTCD11 month_day operator/(const day& d, int m) NOEXCEPT;
253 CONSTCD11 month_day operator/(const month& m, const day& d) NOEXCEPT;
[all …]