#include <static_assert.hpp>
Static Public Member Functions | |
| template<typename Tout , typename T1 , typename T2 > | |
| static void | apply (Tout &out, const T1 &A, const T2 &B) |
Definition at line 49 of file static_assert.hpp.
| 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 }