로딩중...
검색중...
일치하는것 없음
by::tprior< T > 구조체 템플릿 참조

Priority wrapper for type matching 더 자세히 ...

#include <tpriorities.hpp>

by::tprior< T >에 대한 상속 다이어그램 :

Public 멤버 함수

 tprior (const node &newElem, priorType type, ncnt lv)
 
T * operator-> ()
 
T & operator* ()
 
const T * operator-> () const BY_CONST_FUNC(operator->()) const T &operator*() const BY_CONST_FUNC(operator*()) public:T *get()
 
const T * get () const BY_CONST_FUNC(get()) nbool isSamePrecedence(const me &rhs) const
 precedence is more detail concept of priority. it considers the owner of them are equal above priority.
 

Public 속성

tstr< T > elem
 
priorType type
 
ncnt lv
 

상세한 설명

template<typename T>
struct by::tprior< T >

Priority wrapper for type matching

Template that wraps elements with priority information for overload resolution.


이 구조체에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.:
to Top