LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
LC::Util::CurryImpl< F, PrevArgs > Class Template Reference

#include "curry.h"

Public Member Functions

template<typename CF , typename CT >
 CurryImpl (CF &&f, CT &&prev)
 
template<typename T >
auto operator() (T &&arg) const &
 
template<typename T >
auto operator() (T &&arg) &
 
template<typename T >
auto operator() (T &&arg) &&
 

Detailed Description

template<typename F, typename... PrevArgs>
class LC::Util::CurryImpl< F, PrevArgs >

Definition at line 20 of file curry.h.

Constructor & Destructor Documentation

◆ CurryImpl()

template<typename F , typename... PrevArgs>
template<typename CF , typename CT >
LC::Util::CurryImpl< F, PrevArgs >::CurryImpl ( CF && f,
CT && prev )
inline

Definition at line 27 of file curry.h.

Member Function Documentation

◆ operator()() [1/3]

template<typename F , typename... PrevArgs>
template<typename T >
auto LC::Util::CurryImpl< F, PrevArgs >::operator() ( T && arg) &
inline

Definition at line 40 of file curry.h.

References LC::Util::Filter().

+ Here is the call graph for this function:

◆ operator()() [2/3]

template<typename F , typename... PrevArgs>
template<typename T >
auto LC::Util::CurryImpl< F, PrevArgs >::operator() ( T && arg) &&
inline

Definition at line 46 of file curry.h.

References LC::Util::Filter().

+ Here is the call graph for this function:

◆ operator()() [3/3]

template<typename F , typename... PrevArgs>
template<typename T >
auto LC::Util::CurryImpl< F, PrevArgs >::operator() ( T && arg) const &
inline

Definition at line 34 of file curry.h.

References LC::Util::Filter().

+ Here is the call graph for this function:

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