#include "di/meta/algorithm.h"
#include "di/meta/constexpr.h"
#include "di/types/prelude.h"
#include "di/vocab/md/extents_forward_declaration.h"
Go to the source code of this file.
Classes | |
struct | di::vocab::detail::DextentsHelper< SizeType, meta::List< Constexpr< extents >... > > |
Namespaces | |
namespace | di |
namespace | di::vocab |
namespace | di::vocab::detail |
Typedefs | |
template<typename SizeType, usize rank> | |
using | di::vocab::Dextents = detail::DextentsHelper<SizeType, meta::Repeat<Constexpr<dynamic_extent>, rank>>::Type |
template<typename SizeType, usize rank> | |
using | di::Dextents |