30 template <
class T,
class U>
32 return lhs | uniqueBy_<T, T>([](
const T& t) ->
const T&{
details::unique_toolbox unique()
Remove duplicates from a stream.
Global namespace of the SCL.
Stream< T > operator|(const Stream< T > &lhs, const details::filter_toolbox< T > &rhs)
Pipe operator overload for filter operations.
Class representing a stream of data.