Libsaki
Core library of Pancake Mahjong
Public Member Functions | List of all members
saki::PredThis< Class > Class Template Reference

#include <dismember.h>

Public Member Functions

constexpr PredThis (bool(Class::*predMem)() const) noexcept
 
bool operator() (const Class &thiz)
 

Detailed Description

template<typename Class>
class saki::PredThis< Class >

auto f = PredThis(&Class::c) is same as: auto f = [](const Class &c) { return c.pred(); }


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