Search code examples
How to properly specify noexcept with a C++ forwarding reference?...


c++perfect-forwardingnoexceptforwarding-reference

Read More
Can a noexcept function still call a function that throws in C++17?...


c++exceptionfunction-pointersc++17noexcept

Read More
Enforce "noexcept" on std::function?...


c++functionnoexcept

Read More
noexcept swap and move for classes with mutexes...


c++mutexnoexcept

Read More
noexcept constructor of std::string_view...


c++c++17noexceptuser-defined-literalsstring-view

Read More
How do I statically assert that a static_cast is noexcept?...


c++static-caststatic-assertnoexcept

Read More
Implicit move constructor shall be noexcept if possible...


c++move-constructornoexcept

Read More
unique_ptr<T,Deleter> constructor requires that Deleter is nothrow...


c++c++17language-lawyernoexcept

Read More
noexcept operator compile-time check...


c++noexcept

Read More
Should a function which can fail only due to integer overflow be noexcept?...


c++c++17integer-overflownoexcept

Read More
`noexcept` behavior of `constexpr` functions...


c++c++17language-lawyerconstexprnoexcept

Read More
Where are exceptions thrown when arguments are passed by value...


c++exceptionlanguage-lawyerpass-by-valuenoexcept

Read More
Is it safe to handle a std::optional in the body of a noexcept function?...


c++exceptionmonadsnoexceptstdoptional

Read More
Different uses of noexcept...


c++c++11noexcept

Read More
Are `inline` and `noexcept` redundant in a consteval context?...


c++inlinec++20noexceptconsteval

Read More
A question about c++ grammar [static const auto compare = [](const std::string& now, const std::...


c++staticconstantsgrammarnoexcept

Read More
Strange behavior of noexcept specifier in C++14...


c++c++14language-lawyernoexcept

Read More
How to detect a noexcept method using SFINAE...


c++templatesmethodssfinaenoexcept

Read More
Why is my defaulted move constructor not noexcept?...


c++c++11move-constructornoexcept

Read More
Parameter pack inside noexcept specifier...


c++variadic-templatesvariadicnoexceptparameter-pack

Read More
can std::accumulate throw?...


c++exceptionnoexceptaccumulate

Read More
Mark function as noexcept based on template argument...


c++templatesnoexcept

Read More
null-terminated string_view wanted...


c++c++17noexceptstring-view

Read More
Use of noexcept operator in template...


c++visual-studio-2017noexcept

Read More
Who manages the exception thrown by a copy constructor in parameters?...


c++exceptioncopy-constructorpass-by-valuenoexcept

Read More
How does noexcept in lambda work in vs2012?...


c++c++11visual-studio-2012lambdanoexcept

Read More
How to static cast throwing function pointer to noexcept in C++17?...


c++c++17function-pointersstatic-castnoexcept

Read More
Are <cmath> functions required to be `noexcept` in C++17?...


c++c++17stdnoexcept

Read More
Are move constructors required to be noexcept?...


c++c++11noexcept

Read More
How does noexcept in C++ change the assembly?...


c++assemblycompiler-optimizationnoexcept

Read More
BackNext