로딩중...
검색중...
일치하는것 없음
binder.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< instanceby::operator| (binder &t, F &&f)
 
template<typename F >
tmedium< instanceby::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)