Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h123 # define NOEXCEPT _NOEXCEPT macro
129 # define NOEXCEPT noexcept
137 # define NOEXCEPT noexcept
144 # define NOEXCEPT noexcept
150 # define NOEXCEPT noexcept
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 …]