WPILibC++ 2025.1.1
|
Contains the node size of a node based STL container with a specific type. More...
#include <wpi/memory/container.hpp>
Contains the node size of a node based STL container with a specific type.
This trait is auto-generated and may not be available depending on the build configuration, especially when doing cross compilation.
T
is always the value_type
of the container, e.g. std::pair<const Key, Value>
.