|
RTC Toolkit 6.0.0
|
Unspecified exception used by WrapWithNested. More...
#include <rtctk/componentFramework/exceptions.hpp>
Public Member Functions | |
| template<class E> requires std::constructible_from<T, E> | |
| UnspecifiedNested (E &&e) noexcept(std::is_nothrow_constructible_v< T, E && >) | |
Unspecified exception used by WrapWithNested.
It's mainly outside the function to make the conditional noexcept() easier to implement.
|
inlineexplicitnoexcept |