dune-common 2.1.1
Public Types
Dune::FloatCmp::EpsilonType< std::vector< T, A > > Struct Template Reference

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

List of all members.

Public Types

typedef EpsilonType< T > 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

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: