Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::pipeable_base Struct Reference

Friends

template<typename Arg , typename Pipe >
auto operator|= (Arg &arg, Pipe pipe) -> Arg &requires(is_pipeable_v< Pipe >) &&(!is_pipeable_v< Arg >) &&invocable< Pipe, Arg & >