dune-common  2.5.1
Namespaces | Typedefs | Variables
indices.hh File Reference
#include <cstddef>
#include <type_traits>

Go to the source code of this file.

Namespaces

 Dune
 Dune namespace.
 
 Dune::Indices
 Namespace with predefined compile time indices for the range [0,19].
 

Typedefs

template<std::size_t i>
using Dune::index_constant = std::integral_constant< std::size_t, i >
 An index constant with value i. More...
 

Variables

constexpr index_constant< 0 > Dune::Indices::_0 = {}
 Compile time index with value 0. More...
 
constexpr index_constant< 1 > Dune::Indices::_1 = {}
 Compile time index with value 1. More...
 
constexpr index_constant< 2 > Dune::Indices::_2 = {}
 Compile time index with value 2. More...
 
constexpr index_constant< 3 > Dune::Indices::_3 = {}
 Compile time index with value 3. More...
 
constexpr index_constant< 4 > Dune::Indices::_4 = {}
 Compile time index with value 4. More...
 
constexpr index_constant< 5 > Dune::Indices::_5 = {}
 Compile time index with value 5. More...
 
constexpr index_constant< 6 > Dune::Indices::_6 = {}
 Compile time index with value 6. More...
 
constexpr index_constant< 7 > Dune::Indices::_7 = {}
 Compile time index with value 7. More...
 
constexpr index_constant< 8 > Dune::Indices::_8 = {}
 Compile time index with value 8. More...
 
constexpr index_constant< 9 > Dune::Indices::_9 = {}
 Compile time index with value 9. More...
 
constexpr index_constant< 10 > Dune::Indices::_10 = {}
 Compile time index with value 10. More...
 
constexpr index_constant< 11 > Dune::Indices::_11 = {}
 Compile time index with value 11. More...
 
constexpr index_constant< 12 > Dune::Indices::_12 = {}
 Compile time index with value 12. More...
 
constexpr index_constant< 13 > Dune::Indices::_13 = {}
 Compile time index with value 13. More...
 
constexpr index_constant< 14 > Dune::Indices::_14 = {}
 Compile time index with value 14. More...
 
constexpr index_constant< 15 > Dune::Indices::_15 = {}
 Compile time index with value 15. More...
 
constexpr index_constant< 16 > Dune::Indices::_16 = {}
 Compile time index with value 16. More...
 
constexpr index_constant< 17 > Dune::Indices::_17 = {}
 Compile time index with value 17. More...
 
constexpr index_constant< 18 > Dune::Indices::_18 = {}
 Compile time index with value 18. More...
 
constexpr index_constant< 19 > Dune::Indices::_19 = {}
 Compile time index with value 19. More...