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

Public Member Functions

 _unwind_class (pointer_type p)
 
 ~_unwind_class ()
 

Public Attributes

pointer_type space
 
int already_built
 

Detailed Description

template<typename T, size_t N>
struct internal::Wrapper< T[N]>::_unwind_class

Definition at line 476 of file _flow_graph_types_impl.h.

Constructor & Destructor Documentation

◆ _unwind_class()

template<typename T , size_t N>
internal::Wrapper< T[N]>::_unwind_class::_unwind_class ( pointer_type  p)
inline

Definition at line 479 of file _flow_graph_types_impl.h.

479 : space(p), already_built(0) {}
void const char const char int ITT_FORMAT __itt_group_sync p

◆ ~_unwind_class()

template<typename T , size_t N>
internal::Wrapper< T[N]>::_unwind_class::~_unwind_class ( )
inline

Definition at line 480 of file _flow_graph_types_impl.h.

480  {
481  if(space) {
482  for(size_t i = already_built; i > 0 ; --i ) space[i-1].~value_type();
483  (void) new(space) Wrapper<default_constructed>(default_constructed());
484  }
485  }

References void.

Member Data Documentation

◆ already_built

template<typename T , size_t N>
int internal::Wrapper< T[N]>::_unwind_class::already_built

Definition at line 478 of file _flow_graph_types_impl.h.

◆ space

template<typename T , size_t N>
pointer_type internal::Wrapper< T[N]>::_unwind_class::space

Definition at line 477 of file _flow_graph_types_impl.h.


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

Copyright © 2005-2019 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.