![]() |
LeechCraft 0.6.70-17769-g4e68d7fcba
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 44 of file functional.h.
|
inline |
Definition at line 47 of file functional.h.
|
inline |
Definition at line 53 of file functional.h.