OpenKalman
Public Member Functions | List of all members
OpenKalman::ranges::detail_to::Partial< Adaptor, Args > Struct Template Reference
Inheritance diagram for OpenKalman::ranges::detail_to::Partial< Adaptor, Args >:
Inheritance graph
[legend]
Collaboration diagram for OpenKalman::ranges::detail_to::Partial< Adaptor, Args >:
Collaboration graph
[legend]

Public Member Functions

template<typename... Ts>
constexpr Partial (int, Ts &&...args)
 
template<typename Range , std::enable_if_t< adaptor_invocable< Adaptor, Range &&, const Args &... >, int > = 0>
constexpr auto operator() (Range &&r) const &
 
template<typename Range , std::enable_if_t< adaptor_invocable< Adaptor, Range, Args... >, int > = 0>
constexpr auto operator() (Range &&r) &&
 
template<typename Range >
constexpr auto operator() (Range &&r) const &&=delete
 

The documentation for this struct was generated from the following file: