WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
wpi::memory::multimap_node_size< T > Struct Template Reference

Contains the node size of a node based STL container with a specific type. More...

#include <wpi/memory/container.hpp>

Inheritance diagram for wpi::memory::multimap_node_size< T >:

Detailed Description

template<typename T>
struct wpi::memory::multimap_node_size< T >

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.

Notes:
T is always the value_type of the container, e.g. std::pair<const Key, Value>.

The documentation for this struct was generated from the following file: