Searched defs:noexcept (Results 1 – 2 of 2) sorted by relevance
98 Optional(const Optional& src) noexcept( in noexcept() function105 Optional(Optional&& src) noexcept( in noexcept() function115 /* implicit */ Optional(Value&& newValue) noexcept( in noexcept() function120 /* implicit */ Optional(const Value& newValue) noexcept( in noexcept() function197 Optional& operator=(Optional&& other) noexcept( in noexcept() function203 Optional& operator=(const Optional& other) noexcept( in noexcept() function
112 Indestructible(Indestructible&& other) noexcept( in noexcept() function117 Indestructible& operator=(Indestructible&& other) noexcept( in noexcept() function