blaze
math
typetraits
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
43
#include <
blaze/util/typetraits/HasMember.h
>
44
45
46
namespace
blaze
{
47
48
//=================================================================================================
49
//
50
// CLASS DEFINITION
51
//
52
//=================================================================================================
53
54
//*************************************************************************************************
64
BLAZE_CREATE_HAS_DATA_OR_FUNCTION_MEMBER_TYPE_TRAIT
( HasLoad, load );
65
//*************************************************************************************************
66
67
}
// namespace blaze
68
69
#endif
blaze
Namespace of the Blaze C++ math library.
Definition:
Blaze.h:58
HasMember.h
Header file for the HasMember type traits.
blaze::BLAZE_CREATE_HAS_DATA_OR_FUNCTION_MEMBER_TYPE_TRAIT
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...
Generated on Tue Feb 26 2019 18:47:55 by
1.8.14