MCPcopy Create free account
hub / github.com/Naios/function2 / is_noexcept_correct

Class is_noexcept_correct

include/function2/function2.hpp:297–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295
296template <bool RequiresNoexcept, typename T, typename Args>
297struct is_noexcept_correct : std::true_type {};
298template <typename T, typename... Args>
299struct is_noexcept_correct<true, T, identity<Args...>>
300 : std::integral_constant<bool,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected