![]() |
LeechCraft
0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
|
#include "functor.h"
Public Types | |
template<typename F > | |
using | FmapResult_t = boost::optional< Decay_t< ResultOf_t< F(T)>>> |
Static Public Member Functions | |
template<typename F > | |
static FmapResult_t< F > | Apply (const boost::optional< T > &t, const F &f) |
using LeechCraft::Util::InstanceFunctor< boost::optional< T > >::FmapResult_t = boost::optional<Decay_t<ResultOf_t<F (T)>>> |
|
inlinestatic |
Definition at line 65 of file functor.h.
References LeechCraft::Util::Invoke().