Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Types
mrpt::math::ContainerType< CONTAINER > Struct Template Reference

Detailed Description

template<typename CONTAINER>
struct mrpt::math::ContainerType< CONTAINER >

ContainerType<T>::element_t exposes the value of any STL or Eigen container.

Default specialization works for STL and MRPT containers, there is another one for Eigen in <mrpt/math/eigen_frwds.h>

Definition at line 30 of file eigen_frwds.h.

#include <mrpt/math/eigen_frwds.h>

Public Types

using element_t = typename CONTAINER::value_type
 

Member Typedef Documentation

◆ element_t

template<typename CONTAINER >
using mrpt::math::ContainerType< CONTAINER >::element_t = typename CONTAINER::value_type

Definition at line 92 of file math_frwds.h.




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST