![]() |
mFrame
|
自動轉型模板,方便不同型別介面之間的轉換 更多...
#include <AutoConvert.h>
公開方法(Public Methods) | |
template<typename... Args> | |
operator const C< Args... > & (void) const | |
template<typename... Args> | |
operator C<Args... > & (void) | |
自動轉型模板,方便不同型別介面之間的轉換
C |
[Interface] 自動轉型模板類別
此模板用於簡化不同型別介面之間的轉型操作, 透過內部 reinterpret_cast 達成物件轉換。
C | 待轉換的類別模板 |
|
inline |
Args |
|
inline |
Args |