|
|
template<typename T , typename U > |
| constexpr | Pipe (T &&lhs, U &&rhs) |
| |
|
template<typename R , std::enable_if_t< detail::pipe_invocable< const Lhs &, const Rhs &, R >, int > = 0> |
| constexpr auto | operator() (R &&r) const & |
| |
|
template<typename R , std::enable_if_t< detail::pipe_invocable< Lhs, Rhs, R >, int > = 0> |
| constexpr auto | operator() (R &&r) && |
| |
|
template<typename R > |
| constexpr auto | operator() (R &&r) const &&=delete |
| |
The documentation for this struct was generated from the following file: