Main MRPT website > C++ reference
MRPT logo
Public Types

internal::size_at_compile_time< _Rows, _Cols > Struct Template Reference


Detailed Description

template<int _Rows, int _Cols>
struct internal::size_at_compile_time< _Rows, _Cols >

Definition at line 153 of file XprHelper.h.

#include <src/Core/util/XprHelper.h>

List of all members.

Public Types

enum  { ret = (_Rows==Dynamic || _Cols==Dynamic) ? Dynamic : _Rows * _Cols }

Member Enumeration Documentation

template<int _Rows, int _Cols>
anonymous enum
Enumerator:
ret 

Definition at line 155 of file XprHelper.h.




Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011