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

Advanced type traits for containers. More...

Namespaces

namespace  size
 Different types of sizes the vector container types can have from the libraries' perspective.
namespace  autodetect
 Auto-detection of container traits.

Classes

struct  Traits
 Additional traits that tell the library how to handle the vector container type (when std::ranges facilities aren't enought). More...

Concepts

concept  constructible
 Checks if the library knows how to construct a vector container from a runtime size value.
concept  returnable
 Checks if the library knows how to use a vector container type as a return value from procedures.

Detailed Description

Advanced type traits for containers.