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

#include "prelude.h"

Public Member Functions

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

Public Attributes

F_
 

Detailed Description

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

Definition at line 329 of file prelude.h.

Member Function Documentation

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

Definition at line 334 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::Snd< F >::F_

Definition at line 331 of file prelude.h.


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