HasLoad.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_MATH_TYPETRAITS_HASLOAD_H_
36 #define _BLAZE_MATH_TYPETRAITS_HASLOAD_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
44 
45 
46 namespace blaze {
47 
48 //=================================================================================================
49 //
50 // CLASS DEFINITION
51 //
52 //=================================================================================================
53 
54 //*************************************************************************************************
65 //*************************************************************************************************
66 
67 } // namespace blaze
68 
69 #endif
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the HasMember type traits.
BLAZE_CREATE_HAS_DATA_OR_FUNCTION_MEMBER_TYPE_TRAIT(HasLoad, load)
Compile time check for data types.This type trait provides the information whether the given data typ...