arma_type_check< val > Struct Template Reference
[Static_assert]

#include <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 31 of file static_assert.hpp.


Member Function Documentation

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

Definition at line 33 of file static_assert.hpp.

00034     {
00035     arma_static_assert<!val> ERROR___INCORRECT_TYPE;
00036     ERROR___INCORRECT_TYPE = ERROR___INCORRECT_TYPE;
00037     }