blaze
util
mpl
Long.h
Go to the documentation of this file.
1
//=================================================================================================
33
//=================================================================================================
34
35
#ifndef _BLAZE_UTIL_MPL_LONG_H_
36
#define _BLAZE_UTIL_MPL_LONG_H_
37
38
39
//*************************************************************************************************
40
// Includes
41
//*************************************************************************************************
42
43
#include <
blaze/util/IntegralConstant.h
>
44
45
46
namespace
blaze
{
47
48
//=================================================================================================
49
//
50
// CLASS DEFINITION
51
//
52
//=================================================================================================
53
54
//*************************************************************************************************
69
template
<
long
N >
70
using
Long
=
IntegralConstant<long,N>
;
71
//*************************************************************************************************
72
73
}
// namespace blaze
74
75
#endif
blaze::IntegralConstant
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition:
IntegralConstant.h:71
blaze
Namespace of the Blaze C++ math library.
Definition:
Blaze.h:58
IntegralConstant.h
Header file for the IntegralConstant class template.
Generated on Tue Feb 26 2019 18:47:56 by
1.8.14