arma_apply_proxy< true, 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< true, arma_class >
Definition at line 65 of file static_assert.hpp.
Member Function Documentation
template<class arma_class >
template<typename Tout , typename T1 , typename T2 >
static void arma_apply_proxy< true, arma_class >::apply |
( |
Tout & |
out, |
|
|
const T1 & |
A, |
|
|
const T2 & |
B | |
|
) |
| | [inline, static] |
Definition at line 68 of file static_assert.hpp.
00069 {
00070 arma_class::apply(out, A,B);
00071 }