dune-common  2.5.0
Public Member Functions | List of all members
Dune::Hybrid::Impl::DynamicIntegralRange< T > Class Template Reference

#include <dune/common/hybridutilities.hh>

Public Member Functions

constexpr DynamicIntegralRange (const T &begin, const T &end)
 
constexpr auto size () const
 
constexpr T operator[] (const T &i) const
 

Constructor & Destructor Documentation

§ DynamicIntegralRange()

template<class T>
constexpr Dune::Hybrid::Impl::DynamicIntegralRange< T >::DynamicIntegralRange ( const T &  begin,
const T &  end 
)
inline

Member Function Documentation

§ operator[]()

template<class T>
constexpr T Dune::Hybrid::Impl::DynamicIntegralRange< T >::operator[] ( const T &  i) const
inline

§ size()

template<class T>
constexpr auto Dune::Hybrid::Impl::DynamicIntegralRange< T >::size ( ) const
inline

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