unwrap_to_elem_access< T1 > Class Template Reference
[Unwrap]

#include <unwrap.hpp>

List of all members.

Public Member Functions

 unwrap_to_elem_access (const T1 &A)


Detailed Description

template<typename T1>
class unwrap_to_elem_access< T1 >

Definition at line 162 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 165 of file unwrap.hpp.

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