gpt4 book ai didi

c++ - 类模板中定义的友元函数定义的范围是什么/在哪里?

转载 作者:太空狗 更新时间:2023-10-29 21:47:26 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
What’s the scope of inline friend functions?

考虑简单的程序:

template<typename T> struct foo{
friend void bar(){}
};

int main(){
foo<int>(); foo<float>();
}

上面的代码违反了ODR规则,我想知道为什么? ,函数 bar 的作用域又在哪里?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com