#include "di/container/concepts/contiguous_container.h"
#include "di/container/vector/constant_vector.h"
#include "di/meta/core.h"
#include "di/meta/language.h"
#include "di/meta/operations.h"
#include "di/meta/vocab.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::MutableVector |
Typedefs | |
template<concepts::detail::MutableVector T> | |
using | di::meta::detail::VectorAllocResult = decltype(util::declval<T&>().reserve_from_nothing(util::declval<size_t>())) |