#include "di/container/vector/constant_vector.h"#include "di/meta/core.h"#include "di/meta/language.h"#include "di/types/prelude.h"Go to the source code of this file.
Namespaces | |
| namespace | di |
| namespace | di::concepts |
| namespace | di::concepts::detail |
| namespace | di::meta |
| namespace | di::meta::detail |
Concepts | |
| concept | di::concepts::detail::ConstantRing |
Typedefs | |
| template<concepts::detail::ConstantRing T> | |
| using | di::meta::detail::RingValue = meta::Conditional<concepts::Const<T>, VectorConstValue<T>, VectorValue<T>> |