OpenKalman
Public Member Functions | List of all members
OpenKalman::ranges::internal::Pipe< Lhs, Rhs > Struct Template Reference
Inheritance diagram for OpenKalman::ranges::internal::Pipe< Lhs, Rhs >:
Inheritance graph
[legend]
Collaboration diagram for OpenKalman::ranges::internal::Pipe< Lhs, Rhs >:
Collaboration graph
[legend]

Public Member Functions

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: