![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
#include "functional.h"
Public Member Functions | |
template<typename From > | |
std::enable_if_t<!std::is_base_of< To, std::decay_t< From > >::value, To > | operator() (From &&from) const |
template<typename From > | |
std::enable_if_t< std::is_base_of< To, std::decay_t< From > >::value, To > | operator() (From &&from) const |
Definition at line 65 of file functional.h.
|
inline |
Definition at line 68 of file functional.h.
|
inline |
Definition at line 74 of file functional.h.