Developer documentation
Version 3.0.3-105-gd3941f44
MR::container_value_type< Cont, ReturnType > Class Template Reference

Get the underlying scalar value type for both std:: containers and Eigen. More...

#include "math/math.h"

Public Types

using type = typename Cont::value_type
 

Detailed Description

template<class Cont, typename ReturnType = int>
class MR::container_value_type< Cont, ReturnType >

Get the underlying scalar value type for both std:: containers and Eigen.

Definition at line 123 of file math.h.

Member Typedef Documentation

◆ type

template<class Cont , typename ReturnType = int>
using MR::container_value_type< Cont, ReturnType >::type = typename Cont::value_type

Definition at line 125 of file math.h.


The documentation for this class was generated from the following file: