arma_type_check< val > Struct Template Reference
[Arma_static_assert]

#include <arma_static_assert.hpp>

List of all members.

Static Public Member Functions

static arma_inline void apply ()

Detailed Description

template<bool val>
struct arma_type_check< val >

Definition at line 28 of file arma_static_assert.hpp.


Member Function Documentation

template<bool val>
static arma_inline void arma_type_check< val >::apply (  )  [inline, static]

Definition at line 30 of file arma_static_assert.hpp.

00031     {
00032     arma_static_assert<!val> ERROR___INCORRECT_TYPE;
00033     ERROR___INCORRECT_TYPE = ERROR___INCORRECT_TYPE;
00034     }