新微赢技术网

标题: 我想输出 cout [打印本页]

作者: isly‖    时间: 2009-11-3 01:37
标题: 我想输出 cout
我想输出 cout<<"hh"<<endl;如何做呢?
不要改变我的函数体!

template<class T>
struct Moban
{
Moban() {};
Moban(T &x): val(x) {}
T val;
template<bool cmd>
static void f (int x) { cout<<"hh"<<endl; }
template<>
static void f<true> (int x) { cout<<x<<"true"<<endl;}
template<>
static void f<false> (int x) {cout<<x<<"false"<<endl; }
};
int main()
{
Moban<int>::f<true>(10);
}




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2