Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
_template_helpers.h File Reference
#include <utility>
#include <cstddef>
#include "../tbb_config.h"
Include dependency graph for _template_helpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tbb::internal::enable_if< Condition, T >
 Enables one or the other code branches. More...
 
struct  tbb::internal::enable_if< true, T >
 
struct  tbb::internal::strip< T >
 Strips its template type argument from cv- and ref-qualifiers. More...
 
struct  tbb::internal::strip< const T >
 
struct  tbb::internal::strip< volatile T >
 
struct  tbb::internal::strip< const volatile T >
 
struct  tbb::internal::strip< T & >
 
struct  tbb::internal::strip< const T & >
 
struct  tbb::internal::strip< volatile T & >
 
struct  tbb::internal::strip< const volatile T & >
 
struct  tbb::internal::strip< T(&)()>
 Specialization for function pointers. More...
 
struct  tbb::internal::strip< T && >
 
struct  tbb::internal::strip< const T && >
 
struct  tbb::internal::strip< volatile T && >
 
struct  tbb::internal::strip< const volatile T && >
 
struct  tbb::internal::strip< T(&)[N]>
 Specialization for arrays converts to a corresponding pointer. More...
 
struct  tbb::internal::strip< const T(&)[N]>
 
struct  tbb::internal::strip< volatile T(&)[N]>
 
struct  tbb::internal::strip< const volatile T(&)[N]>
 
struct  tbb::internal::is_same_type< U, V >
 Detects whether two given types are the same. More...
 
struct  tbb::internal::is_same_type< W, W >
 
struct  tbb::internal::is_ref< T >
 
struct  tbb::internal::is_ref< U & >
 
struct  tbb::internal::is_integral_impl< T >
 Partial support for std::is_integral. More...
 
struct  tbb::internal::is_integral_impl< bool >
 
struct  tbb::internal::is_integral_impl< char >
 
struct  tbb::internal::is_integral_impl< wchar_t >
 
struct  tbb::internal::is_integral_impl< short >
 
struct  tbb::internal::is_integral_impl< int >
 
struct  tbb::internal::is_integral_impl< long >
 
struct  tbb::internal::is_integral_impl< long long >
 
struct  tbb::internal::is_integral< T >
 
struct  tbb::internal::void_t<... >
 std::void_t internal implementation (to avoid GCC < 4.7 "template aliases" absence) More...
 
struct  tbb::internal::conjunction< Args >
 
struct  tbb::internal::conjunction< First, Args... >
 
struct  tbb::internal::conjunction< T >
 
struct  tbb::internal::conjunction<>
 

Namespaces

 tbb
 The graph class.
 
 tbb::internal
 Identifiers declared inside namespace internal should never be used directly by client code.
 

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.