#include "memlite/binder/tbindable.hpp"클래스 | |
| class | by::binder |
| Generalized binding class for managing instance lifecycles 더 자세히 ... | |
| struct | by::typeTrait< binder > |
| struct | by::typeTrait< binder * > |
| struct | by::typeTrait< binder & > |
함수 | |
| template<typename F > | |
| tmedium< instance > | by::operator| (binder &t, F &&f) |
| template<typename F > | |
| tmedium< instance > | by::operator| (const binder &t, F &&f) |
| template<typename T , typename F > | |
| auto | by::operator->* (binder *t, F &&f) |
| template<typename T , typename F > | |
| auto | by::operator->* (const binder *t, F &&f) |
| template<typename T , typename F > | |
| auto | by::operator->* (binder &t, F &&f) |