STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
_With_nested< _Ty, _Uty > Struct Template Reference
Inheritance diagram for _With_nested< _Ty, _Uty >:
nested_exception

Public Member Functions

 _With_nested (_Ty &&_Arg)
 
- Public Member Functions inherited from nested_exception
 nested_exception () _NOEXCEPT
 
 nested_exception (const nested_exception &) _NOEXCEPT=default
 
nested_exceptionoperator= (const nested_exception &) _NOEXCEPT=default
 
virtual ~nested_exception () _NOEXCEPT=default
 
void rethrow_nested () const
 
_XSTD exception_ptr nested_ptr () const _NOEXCEPT
 

Constructor & Destructor Documentation

template<class _Ty , class _Uty >
_With_nested< _Ty, _Uty >::_With_nested ( _Ty &&  _Arg)
inlineexplicit
413  : _Uty(_STD forward<_Ty>(_Arg)), nested_exception()
414  { // store user exception and current_exception()
415  }
nested_exception() _NOEXCEPT
Definition: exception:380

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