Iros
 
Loading...
Searching...
No Matches
mutable_vector.h File Reference

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>()))