|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
| namespace | etl |
Functions | |
| template<typename ForwardIt > | |
| constexpr auto | unique (ForwardIt first, ForwardIt last) -> ForwardIt |
| template<typename ForwardIt , typename Predicate > | |
| constexpr auto | unique (ForwardIt first, ForwardIt last, Predicate pred) -> ForwardIt |