RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
rtctk::componentFramework::detail::UnspecifiedNested< T > Struct Template Reference

Unspecified exception used by WrapWithNested. More...

#include <rtctk/componentFramework/exceptions.hpp>

Inheritance diagram for rtctk::componentFramework::detail::UnspecifiedNested< T >:

Public Member Functions

template<class E>
requires std::constructible_from<T, E>
 UnspecifiedNested (E &&e) noexcept(std::is_nothrow_constructible_v< T, E && >)
 

Detailed Description

template<class T>
struct rtctk::componentFramework::detail::UnspecifiedNested< T >

Unspecified exception used by WrapWithNested.

It's mainly outside the function to make the conditional noexcept() easier to implement.

Constructor & Destructor Documentation

◆ UnspecifiedNested()

template<class T>
template<class E>
requires std::constructible_from<T, E>
rtctk::componentFramework::detail::UnspecifiedNested< T >::UnspecifiedNested ( E && e)
inlineexplicitnoexcept

The documentation for this struct was generated from the following file: