LeechCraft  0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
LeechCraft::Util::detail::Fst< F > Struct Template Reference

#include "prelude.h"

Public Member Functions

template<typename Pair >
auto operator() (const Pair &pair) -> decltype(Invoke(F_, pair.first))
 

Public Attributes

F_
 

Detailed Description

template<typename F>
struct LeechCraft::Util::detail::Fst< F >

Definition at line 317 of file prelude.h.

Member Function Documentation

template<typename F >
template<typename Pair >
auto LeechCraft::Util::detail::Fst< F >::operator() ( const Pair &  pair) -> decltype (Invoke (F_, pair.first))
inline

Definition at line 322 of file prelude.h.

References LeechCraft::Util::Invoke().

+ Here is the call graph for this function:

Member Data Documentation

template<typename F >
F LeechCraft::Util::detail::Fst< F >::F_

Definition at line 319 of file prelude.h.


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