dune-common 2.9.0
Loading...
Searching...
No Matches
Public Types | List of all members
Dune::FloatCmp::EpsilonType< std::vector< T, A > > Struct Template Reference

Specialization of EpsilonType for std::vector. More...

Public Types

typedef EpsilonType< T >::Type Type
 The epsilon type corresponding to value type std::vector<T, A>
 

Detailed Description

template<class T, typename A>
struct Dune::FloatCmp::EpsilonType< std::vector< T, A > >

Specialization of EpsilonType for std::vector.

Template Parameters
TThe value_type of the std::vector
AThe Allocator of the std::vector

Member Typedef Documentation

◆ Type

template<class T , typename A >
typedef EpsilonType<T>::Type Dune::FloatCmp::EpsilonType< std::vector< T, A > >::Type

The epsilon type corresponding to value type std::vector<T, A>


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