YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
基于类继承的混入接口。 更多...
类 | |
class | ystdex::mixin< _tBases > |
struct | ystdex::details::wrap_mixin_helper< class, class > |
struct | ystdex::details::wrap_mixin_helper< variadic_sequence< _vSeq...>, std::tuple< _types...> > |
命名空间 | |
ystdex | |
ystdex::details | |
类型定义 | |
template<typename... _types> | |
using | ystdex::wrap_mixin_t = typename details::wrap_mixin_helper< make_natural_sequence_t< sizeof...(_types)>, std::tuple< _types...>>::type |
包装为混入类。 更多... | |
基于类继承的混入接口。
在文件 mixin.hpp 中定义.