![]() |
LeechCraft
0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
|
#include "functional.h"
Public Member Functions | |
template<typename From > | |
EnableIf_t<!std::is_base_of< To, Decay_t< From > >::value, To > | operator() (From &&from) const |
template<typename From > | |
EnableIf_t< std::is_base_of< To, Decay_t< From > >::value, To > | operator() (From &&from) const |
Definition at line 86 of file functional.h.
|
inline |
Definition at line 89 of file functional.h.
|
inline |
Definition at line 95 of file functional.h.