YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
mixin.hpp 文件参考

基于类继承的混入接口。 更多...

#include "tuple.hpp"
#include "utility.hpp"
mixin.hpp 的引用(Include)关系图:

浏览源代码.

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
 包装为混入类。 更多...
 

详细描述

基于类继承的混入接口。

版本
r147
作者
FrankHB frank.nosp@m.hb19.nosp@m.89@gm.nosp@m.ail..nosp@m.com
自从
build 477
创建时间:
2014-02-17 00:07:20 +0800
修改时间:
2014-02-18 00:51 +0800
文本编码:
UTF-8
模块名称:
YStandardEx::Mixin

在文件 mixin.hpp 中定义.