xentara-utils v2.0.3
The Xentara Utility Library
|
Type used to select overloads of FixedVector that preallocate data. More...
#include <xentara/utils/core/FixedVector.hpp>
Public Member Functions | |
constexpr | Capacity () noexcept=default |
Default constructor. | |
constexpr | Capacity (Value value) noexcept |
Constructor that sets the value. | |
constexpr | operator Value () const noexcept |
Conversion to the base type. | |
Type used to select overloads of FixedVector that preallocate data.
Value | The type to use for the capacity value |
|
constexprdefaultnoexcept |
Default constructor.
This constructor constructs a capacity of 0.
|
explicitconstexprnoexcept |
Constructor that sets the value.
|
explicitconstexprnoexcept |
Conversion to the base type.