YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
数组类型退化。 更多...
#include <type_op.hpp>
Public 类型 | |
using | type = conditional_t< is_array< _type >::value, decay_t< _type >, _type > |
数组类型退化。
参数为数组类型时同 decay ,否则结果类型为参数。
在文件 type_op.hpp 第 701 行定义.
using ystdex::array_decay< _type >::type = conditional_t<is_array<_type>::value, decay_t<_type>, _type> |
在文件 type_op.hpp 第 703 行定义.