LeechCraft  0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
LeechCraft::Util::InstanceFunctor< boost::optional< T > > Struct Template Reference

#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)
 

Detailed Description

template<typename T>
struct LeechCraft::Util::InstanceFunctor< boost::optional< T > >

Definition at line 59 of file functor.h.

Member Typedef Documentation

template<typename T >
template<typename F >
using LeechCraft::Util::InstanceFunctor< boost::optional< T > >::FmapResult_t = boost::optional<Decay_t<ResultOf_t<F (T)>>>

Definition at line 62 of file functor.h.

Member Function Documentation

template<typename T >
template<typename F >
static FmapResult_t<F> LeechCraft::Util::InstanceFunctor< boost::optional< T > >::Apply ( const boost::optional< T > &  t,
const F &  f 
)
inlinestatic

Definition at line 65 of file functor.h.

References LeechCraft::Util::Invoke().

+ Here is the call graph for this function:


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