#include <unwrap.hpp>
Public Member Functions | |
unwrap_to_elem_access (const T1 &A) |
Definition at line 162 of file unwrap.hpp.
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 }