当前位置: 技术问答>linux和unix
STL queue源码中友元函数是干嘛的?
来源: 互联网 发布时间:2017-05-15
本文导语: #ifndef __STL_LIMITED_DEFAULT_TEMPLATES template #else template #endif class queue { friend bool operator== __STL_NULL_TMPL_ARGS (const queue& x, const queue& y); friend bool operator
#ifndef __STL_LIMITED_DEFAULT_TEMPLATES
template
#else
template
#endif
class queue
{
friend bool operator== __STL_NULL_TMPL_ARGS (const queue& x, const queue& y);
friend bool operator
template
#else
template
#endif
class queue
{
friend bool operator== __STL_NULL_TMPL_ARGS (const queue& x, const queue& y);
friend bool operator