로딩중...
검색중...
일치하는것 없음
tstr.hpp 파일 참조

이 파일의 소스 코드 페이지로 가기

클래스

class  by::tstr< T, TACTIC >
 Strong reference smart pointer with strict type checking 더 자세히 ...
 
struct  by::typeTrait< tstr< T > >
 
struct  by::typeTrait< tstr< T > * >
 
struct  by::typeTrait< tstr< T > & >
 

함수

template<typename T , typename F >
tmedium< T > by::operator| (tstr< T > &t, F &&f)
 
template<typename T , typename F >
tmedium< T > by::operator| (const tstr< T > &t, F &&f)
 
template<typename T , typename F >
tstr< T > by::operator| (tstr< T > &&t, F &&f)
 
template<typename F >
tstr< instanceby::operator| (binder &&t, F &&f)
 
template<typename T , typename F >
auto by::operator->* (tstr< T > &t, F &&f) -> decltype(typeTrait< decltype(f(*t))>::ret())
 
template<typename T , typename F >
auto by::operator->* (const tstr< T > &t, F &&f) -> decltype(typeTrait< decltype(f(*t))>::ret())
 
template<typename T , typename F >
auto by::operator->* (tstr< T > &&t, F &&f) -> decltype(typeTrait< decltype(f(*t))>::ret())