WPILibC++ 2024.3.2
|
#include <algorithm>
#include <cstddef>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | wpi |
Functions | |
template<typename T > | |
std::vector< T >::iterator | wpi::insert_sorted (std::vector< T > &vec, T const &item) |
template<typename F , typename... Ts> | |
constexpr void | wpi::for_each (F &&f, Ts &&... elems) |
Calls f(i, elem) for each element of elems where i is the index of the element in elems and elem is the element. More... | |