|
EnTT
3.8.1
|
Basic STL-compatible sequence container traits. More...
#include <container.hpp>
Static Public Member Functions | |
| static Container::reference | get (Container &cont, typename Container::size_type pos) |
| Returns a reference to the element at the specified location of the given container (no bounds checking is performed). More... | |
| static Container::const_reference | cget (const Container &cont, typename Container::size_type pos) |
| Returns a reference to the element at the specified location of the given container (no bounds checking is performed). More... | |
Basic STL-compatible sequence container traits.
| Container | The type of the container. |
Definition at line 151 of file container.hpp.
|
inlinestatic |
Returns a reference to the element at the specified location of the given container (no bounds checking is performed).
| cont | The container from which to get the element. |
| pos | The position of the element to return. |
Definition at line 164 of file container.hpp.
|
inlinestatic |
Returns a reference to the element at the specified location of the given container (no bounds checking is performed).
| cont | The container from which to get the element. |
| pos | The position of the element to return. |
Definition at line 159 of file container.hpp.