Checks if the library knows how to construct a vector container from a runtime size value.
More...
template<typename V>
}
Checks if the library knows how to construct a vector container from a runtime size value.
Definition container_traits.xx:159
Different types of sizes the vector container types can have from the libraries' perspective.
Definition container_traits.xx:25
static constexpr V construct(uz size)
Construct the vector of specified size.
Definition container_traits.xx:118
Checks if the library knows how to construct a vector container from a runtime size value.