此处倒是不难。
事实上标准库里有现成的工具
template <bool B>
void foo() {
conditional_t<B, T1, T2> t;
...
}
【 在 miui (miui) 的大作中提到: 】
: 标 题: Re: 怎么简洁的实现函数中变参数类型
: 发信站: 水木社区 (Wed Jan 20 09:40:09 2021), 站内
:
: 好吧,最怕用模板。。。
:
:
: 【 在 here080 (hero080) 的大作中提到: 】
: : 需要用模板
:
:
: --
:
: ※ 来源:·水木社区 newsmth.net·[FROM: 221.217.50.*]
--
FROM 76.126.252.*