Searched defs:noexcept (Results 1 – 4 of 4) sorted by relevance
271 ThrowingValue(const ThrowingValue& other) noexcept( in noexcept() function280 ThrowingValue(ThrowingValue&& other) noexcept( in noexcept() function300 ThrowingValue& operator=(const ThrowingValue& other) noexcept( in noexcept() function310 ThrowingValue& operator=(ThrowingValue&& other) noexcept( in noexcept() function547 static void* operator new[](size_t s) noexcept( in noexcept() function565 static void* operator new[](size_t s, Args&&... args) noexcept( in noexcept() function
123 const allocator_type& a = allocator_type()) noexcept(NoexceptCopyable()) in noexcept() function128 const allocator_type& a = allocator_type()) noexcept(NoexceptMovable()) in noexcept() function
112 InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} in noexcept() function
231 optional_data& operator=(optional_data&& rhs) noexcept( in noexcept() function