Function Dune::XT::Common::value_range¶ Function template Dune::XT::Common::value_range¶ template<class T, class sequence>typename std::enable_if<!std::is_enum<T>::value, sequence>::type Dune::XT::Common::value_range(const T end)¶ get a vector with values in [0 : Epsilon : end) Function template Dune::XT::Common::value_range¶ template<class T, class sequence>typename std::enable_if<!std::is_enum<T>::value, sequence>::type Dune::XT::Common::value_range(const T start, const T end, const T increment)¶ get a vector with values in [start : increment : end) Function template Dune::XT::Common::value_range¶ template<class T, class sequence>typename std::enable_if<std::is_enum<T>::value, sequence>::type Dune::XT::Common::value_range(const T end)¶ get a vector with values in [0 : Epsilon : end) Function template Dune::XT::Common::value_range¶ template<class T, class sequence>typename std::enable_if<std::is_enum<T>::value, sequence>::type Dune::XT::Common::value_range(const T start, const T end, const int increment)¶ signature for enumeration Types T