libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::LIBJMMCG_VER_NAMESPACE::const_mem_fun2_ref_t< RetType, ObjType, Arg1, Arg2 > Class Template Reference

#include <functional.hpp>

Public Types

typedef ObjType object_type
 
typedef RetType result_type
 
typedef Arg1 first_argument_type
 
typedef Arg2 second_argument_type
 
typedef const Arg2 & const
 

Public Member Functions

typedef RetType (__fastcall ObjType::*fun_type)(const Arg1 &
 
__stdcall const_mem_fun2_ref_t (const fun_type p) noexcept(true)
 
__stdcall const_mem_fun2_ref_t (const const_mem_fun2_ref_t &p) noexcept(true)
 
__stdcall ~const_mem_fun2_ref_t (void) noexcept(true)
 
RetType __fastcall operator() (const ObjType &p, const Arg1 &b, const Arg2 &c) const
 
RetType __fastcall operator() (ObjType &p, const Arg1 &b, const Arg2 &c) const
 

Detailed Description

template<typename RetType, typename ObjType, typename Arg1, typename Arg2>
class jmmcg::LIBJMMCG_VER_NAMESPACE::const_mem_fun2_ref_t< RetType, ObjType, Arg1, Arg2 >

Definition at line 104 of file functional.hpp.

Member Typedef Documentation

◆ const

template<typename RetType , typename ObjType , typename Arg1 , typename Arg2 >
typedef const Arg2& jmmcg::LIBJMMCG_VER_NAMESPACE::const_mem_fun2_ref_t< RetType, ObjType, Arg1, Arg2 >::const

Definition at line 110 of file functional.hpp.

◆ first_argument_type

template<typename RetType , typename ObjType , typename Arg1 , typename Arg2 >
typedef Arg1 jmmcg::LIBJMMCG_VER_NAMESPACE::const_mem_fun2_ref_t< RetType, ObjType, Arg1, Arg2 >::first_argument_type

Definition at line 108 of file functional.hpp.

◆ object_type

template<typename RetType , typename ObjType , typename Arg1 , typename Arg2 >
typedef ObjType jmmcg::LIBJMMCG_VER_NAMESPACE::const_mem_fun2_ref_t< RetType, ObjType, Arg1, Arg2 >::object_type

Definition at line 106 of file functional.hpp.

◆ result_type

template<typename RetType , typename ObjType , typename Arg1 , typename Arg2 >
typedef RetType jmmcg::LIBJMMCG_VER_NAMESPACE::const_mem_fun2_ref_t< RetType, ObjType, Arg1, Arg2 >::result_type

Definition at line 107 of file functional.hpp.

◆ second_argument_type

template<typename RetType , typename ObjType , typename Arg1 , typename Arg2 >
typedef Arg2 jmmcg::LIBJMMCG_VER_NAMESPACE::const_mem_fun2_ref_t< RetType, ObjType, Arg1, Arg2 >::second_argument_type

Definition at line 109 of file functional.hpp.

Constructor & Destructor Documentation

◆ const_mem_fun2_ref_t() [1/2]

template<typename RetType , typename ObjType , typename Arg1 , typename Arg2 >
__stdcall jmmcg::LIBJMMCG_VER_NAMESPACE::const_mem_fun2_ref_t< RetType, ObjType, Arg1, Arg2 >::const_mem_fun2_ref_t ( const fun_type  p)
inlineexplicitnoexcept

Definition at line 112 of file functional.hpp.

◆ const_mem_fun2_ref_t() [2/2]

template<typename RetType , typename ObjType , typename Arg1 , typename Arg2 >
__stdcall jmmcg::LIBJMMCG_VER_NAMESPACE::const_mem_fun2_ref_t< RetType, ObjType, Arg1, Arg2 >::const_mem_fun2_ref_t ( const const_mem_fun2_ref_t< RetType, ObjType, Arg1, Arg2 > &  p)
inlinenoexcept

Definition at line 116 of file functional.hpp.

◆ ~const_mem_fun2_ref_t()

template<typename RetType , typename ObjType , typename Arg1 , typename Arg2 >
__stdcall jmmcg::LIBJMMCG_VER_NAMESPACE::const_mem_fun2_ref_t< RetType, ObjType, Arg1, Arg2 >::~const_mem_fun2_ref_t ( void  )
inlinenoexcept

Definition at line 120 of file functional.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<typename RetType , typename ObjType , typename Arg1 , typename Arg2 >
RetType __fastcall jmmcg::LIBJMMCG_VER_NAMESPACE::const_mem_fun2_ref_t< RetType, ObjType, Arg1, Arg2 >::operator() ( const ObjType &  p,
const Arg1 &  b,
const Arg2 &  c 
) const
inline

Definition at line 123 of file functional.hpp.

◆ operator()() [2/2]

template<typename RetType , typename ObjType , typename Arg1 , typename Arg2 >
RetType __fastcall jmmcg::LIBJMMCG_VER_NAMESPACE::const_mem_fun2_ref_t< RetType, ObjType, Arg1, Arg2 >::operator() ( ObjType &  p,
const Arg1 &  b,
const Arg2 &  c 
) const
inline

Definition at line 126 of file functional.hpp.

◆ RetType()

template<typename RetType , typename ObjType , typename Arg1 , typename Arg2 >
typedef jmmcg::LIBJMMCG_VER_NAMESPACE::const_mem_fun2_ref_t< RetType, ObjType, Arg1, Arg2 >::RetType ( __fastcall ObjType::*  fun_type) const &

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