35#ifndef _BLAZE_MATH_TYPETRAITS_GETALLOCATOR_H_
36#define _BLAZE_MATH_TYPETRAITS_GETALLOCATOR_H_
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