RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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 >
 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 >
rtctk::componentFramework::detail::UnspecifiedNested< T >::UnspecifiedNested ( E && e)
inlineexplicitnoexcept

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