#include <bits/concept_check.h>#include <numeric>#include <ext/functional>


Go to the source code of this file.
Namespaces | |
| namespace | __gnu_cxx |
Functions | |
| template<typename Type, typename Integer, typename MonoidOperation> | |
| Type | __gnu_cxx::power (Type x, Integer n, MonoidOperation __monoid_op) |
| template<typename Type, typename Integer> | |
| Type | __gnu_cxx::power (Type x, Integer n) |
| template<typename ForwardIter, typename Type> | |
| void | __gnu_cxx::iota (ForwardIter first, ForwardIter last, Type value) |
Definition in file ext/numeric.
1.5.4