arma_apply_proxy< false, arma_class > Struct Template Reference
[Static_assert]
#include <static_assert.hpp>
List of all members.
Static Public Member Functions |
template<typename Tout , typename T1 , typename T2 > |
static void | apply (Tout &out, const T1 &A, const T2 &B) |
Detailed Description
template<class arma_class>
struct arma_apply_proxy< false, arma_class >
Definition at line 49 of file static_assert.hpp.
Member Function Documentation
template<class arma_class >
template<typename Tout , typename T1 , typename T2 >
static void arma_apply_proxy< false, arma_class >::apply |
( |
Tout & |
out, |
|
|
const T1 & |
A, |
|
|
const T2 & |
B | |
|
) |
| | [inline, static] |
Definition at line 55 of file static_assert.hpp.
00056 {
00057 arma_static_assert<false> ERROR___INCORRECT_TYPE;
00058 ERROR___INCORRECT_TYPE = ERROR___INCORRECT_TYPE;
00059 }