Public Member Functions

Proxy< T1 > Class Template Reference
[Proxy]

#include <Proxy.hpp>

List of all members.

Public Member Functions

 Proxy (const T1 &A)

Detailed Description

template<typename T1>
class Proxy< T1 >

Definition at line 23 of file Proxy.hpp.


Constructor & Destructor Documentation

template<typename T1>
Proxy< T1 >::Proxy ( const T1 &  A  )  [inline]

Definition at line 26 of file Proxy.hpp.

    {
    arma_type_check< is_arma_type<T1>::value == false >::apply();
    }