SpECTRE
v2024.09.29
|
C++ STL code present in C++2b. More...
Functions | |
template<class ForwardIterator , class T > | |
constexpr void | iota (ForwardIterator first, ForwardIterator last, T value) |
template<class InputIt , class T > | |
constexpr T | accumulate (InputIt first, InputIt last, T init) |
C++ STL code present in C++2b.