Blaze 3.9
GetAllocator.h
Go to the documentation of this file.
1//=================================================================================================
33//=================================================================================================
34
35#ifndef _BLAZE_MATH_TYPETRAITS_GETALLOCATOR_H_
36#define _BLAZE_MATH_TYPETRAITS_GETALLOCATOR_H_
37
38
39//*************************************************************************************************
40// Includes
41//*************************************************************************************************
42
43#include <blaze/math/Aliases.h>
47
48
49namespace blaze {
50
51//=================================================================================================
52//
53// CLASS DEFINITION
54//
55//=================================================================================================
56
57//*************************************************************************************************
79template< typename T >
81//*************************************************************************************************
82
83
84//*************************************************************************************************
97template< typename T >
99//*************************************************************************************************
100
101} // namespace blaze
102
103#endif
Header file for auxiliary alias declarations.
typename T::AllocatorType AllocatorType_t
Alias declaration for nested AllocatorType type definitions.
Definition: Aliases.h:70
Header file for the IsDetected type trait.
Header file for the NullAllocator implementation.
Header file for the UnderlyingElement type trait.
typename GetAllocator< T >::Type GetAllocator_t
Auxiliary alias declaration for the GetAllocator type trait.
Definition: GetAllocator.h:98
DetectedOr< NullAllocator< UnderlyingElement_t< T > >, AllocatorType_t, T > GetAllocator
Determines the type of allocator of the given type.
Definition: GetAllocator.h:80
Detector< Default, void, OP, Ts... > DetectedOr
Compile time detection of type properties.
Definition: IsDetected.h:116