Flow123d  release_2.2.0-914-gf1a3a4f
Public Types | Static Public Member Functions | List of all members
Input::internal::TypeDispatch< T, typename std::enable_if< std::is_floating_point< T >::value >::type > Struct Template Reference

#include <accessors.hh>

Public Types

typedef Input::Type::Double InputType
 
typedef const double ReadType
 
typedef int TmpType
 

Static Public Member Functions

static ReadType value (const Address &a, const InputType &)
 

Detailed Description

template<class T>
struct Input::internal::TypeDispatch< T, typename std::enable_if< std::is_floating_point< T >::value >::type >

Definition at line 866 of file accessors.hh.

Member Typedef Documentation

template<class T >
typedef Input::Type::Double Input::internal::TypeDispatch< T, typename std::enable_if< std::is_floating_point< T >::value >::type >::InputType

Definition at line 867 of file accessors.hh.

template<class T >
typedef const double Input::internal::TypeDispatch< T, typename std::enable_if< std::is_floating_point< T >::value >::type >::ReadType

Definition at line 868 of file accessors.hh.

template<class T >
typedef int Input::internal::TypeDispatch< T, typename std::enable_if< std::is_floating_point< T >::value >::type >::TmpType

Definition at line 869 of file accessors.hh.

Member Function Documentation

template<class T >
static ReadType Input::internal::TypeDispatch< T, typename std::enable_if< std::is_floating_point< T >::value >::type >::value ( const Address a,
const InputType  
)
inlinestatic

Definition at line 870 of file accessors.hh.


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