Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
internal::do_if< T, false > Struct Template Reference

#include <_flow_graph_types_impl.h>

Collaboration diagram for internal::do_if< T, false >:

Static Public Member Functions

static void construct (void *, const T &x)
 

Detailed Description

template<typename T>
struct internal::do_if< T, false >

Definition at line 594 of file _flow_graph_types_impl.h.

Member Function Documentation

◆ construct()

template<typename T >
static void internal::do_if< T, false >::construct ( void ,
const T &  x 
)
inlinestatic

Definition at line 595 of file _flow_graph_types_impl.h.

595  {
596  // This method is instantiated when the type T does not match any of the
597  // element types in the Tuple in variant<Tuple>.
598  ERROR_Type_Not_allowed_In_Tagged_Msg_Not_Member_Of_Tuple<T>::bad_type(x);
599  }

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

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.