dune-common  2.5-git
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
 The epsilon type corresponding to value type std::vector<T, A> More...
 

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> 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: