unwrap< T1 > Class Template Reference
[Unwrap]

#include <unwrap.hpp>

List of all members.

Public Member Functions

 unwrap (const T1 &A)


Detailed Description

template<typename T1>
class unwrap< T1 >

Definition at line 21 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 24 of file unwrap.hpp.

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