dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
dxx::math::container_traits::returnable Concept Referenceexport

Checks if the library knows how to use a vector container type as a return value from procedures. More...

Concept definition

template<typename V>
Checks if the library knows how to construct a vector container from a runtime size value.
Definition container_traits.xx:159
Checks if the library knows how to use a vector container type as a return value from procedures.
Definition container_traits.xx:168
A vector for which the elements can be written to.
Definition traits.xx:24

Detailed Description

Checks if the library knows how to use a vector container type as a return value from procedures.