Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
internal::Wrapper< T >::_unwind_space Struct Reference
Collaboration diagram for internal::Wrapper< T >::_unwind_space:

Public Member Functions

 _unwind_space (pointer_type p)
 
 ~_unwind_space ()
 

Public Attributes

pointer_type space
 

Detailed Description

template<typename T>
struct internal::Wrapper< T >::_unwind_space

Definition at line 453 of file _flow_graph_types_impl.h.

Constructor & Destructor Documentation

◆ _unwind_space()

template<typename T >
internal::Wrapper< T >::_unwind_space::_unwind_space ( pointer_type  p)
inline

Definition at line 455 of file _flow_graph_types_impl.h.

455 : space(p) {}

◆ ~_unwind_space()

template<typename T >
internal::Wrapper< T >::_unwind_space::~_unwind_space ( )
inline

Definition at line 456 of file _flow_graph_types_impl.h.

456  {
457  if(space) (void) new (space) Wrapper<default_constructed>(default_constructed());
458  }

References internal::Wrapper< T >::_unwind_space::space, and void.

Member Data Documentation

◆ space

template<typename T >
pointer_type internal::Wrapper< T >::_unwind_space::space

The documentation for this struct was generated from the following file:
void
void
Definition: ittnotify_static.h:91
p
void const char const char int ITT_FORMAT __itt_group_sync p
Definition: ittnotify_static.h:91
internal::Wrapper::_unwind_space::space
pointer_type space
Definition: _flow_graph_types_impl.h:454

Copyright © 2005-2020 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.