Static Public Member Functions

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.

    {
    arma_static_assert<!val> ERROR___INCORRECT_TYPE;
    ERROR___INCORRECT_TYPE = ERROR___INCORRECT_TYPE;
    }