Priority wrapper for type matching 더 자세히 ...
#include <tpriorities.hpp>
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 |
Priority wrapper for type matching
Template that wraps elements with priority information for overload resolution.