#include "di/container/algorithm/all_of.h"#include "di/container/view/range.h"#include "di/math/numeric_limits.h"#include "di/math/to_unsigned.h"#include "di/types/prelude.h"#include "di/vocab/array/prelude.h"Go to the source code of this file.
Classes | |
| class | di::vocab::Extents< T, extents > |
Namespaces | |
| namespace | di |
| namespace | di::vocab |
Functions | |
| template<typename... Integrals> requires (concepts::ConvertibleTo<Integrals, size_t> && ...) | |
| di::vocab::Extents (Integrals...) -> Extents< size_t,(Integrals {}, dynamic_extent)... > | |