Search code examples
declaring a friend function in the global namespace that returns a template class...

c++classfriend

Read More
std::function as a friend of the class...

c++c++11lambdafriendstd-function

Read More
friend member function can't access private member data...

c++friendfriend-function

Read More
C++ create a friend of a function?...

c++friend

Read More
Global namespace friend class cannot access private member of named namespace class...

c++classnamespacesfriendname-lookup

Read More
How to pass objects as arguments?...

c++functionclassfriendborland-c++

Read More
How to overload == operator without making it a friend function?...

c++classoperator-overloadingc++17friend

Read More
C++ : operator<< fails to compile...

c++templatesfriend

Read More
Class template explicit instantiation declaration...

c++templatesdeclarationfriendincomplete-type

Read More
Namespace's class's friend that is not declared and defined in the namespace...

c++functionnamespacesfriend

Read More
c++ derived class accessing base class' friend operators...

c++inheritanceoperator-overloadingiostreamfriend

Read More
ADL and friend functions of templated types...

c++c++11templatesfriendargument-dependent-lookup

Read More
restriction on friend function...

c++friend

Read More
template friend functions of template class...

c++templatesfriendfriend-functiontemplate-function

Read More
C++ Accessing an element of a private array from a friend function (operator <<)...

c++privatefriend

Read More
Problem compiling a template friend example from Stroustrup's C++...

c++templatesfriend

Read More
Syntax for C++ operator overloading in a class...

c++templatespolymorphismoperator-overloadingfriend

Read More
where should friend functions be written?...

c++headerfriend

Read More
How can I use static members in friend functions without prefixing [class name]::...

c++classstaticnamespacesfriend

Read More
C++ declaration of template parameter shadows template parameter error...

c++templatesfriend

Read More
Linker Error when calling operator<<, how to fix this?...

c++classgenericslinkerfriend

Read More
Hidden friends: declarations and definitions...

c++friendargument-dependent-lookup

Read More
c++ definition inheritance scheme...

c++classinheritancefriend

Read More
C++ friend template that use SFINAE...

c++templatesfriend

Read More
Overloading operator "<<" in C++ with template-dependent type...

c++templatesoperator-overloadingfriend

Read More
C++: Making a function friend of multiple classes?...

c++oopfriendfriend-function

Read More
Difference of C++17 and C++20 in template friend function with unary and binary operators...

c++templatesc++17friendc++20

Read More
vect.hpp:13:33: error: declaration of ‘operator<<’ as non-function...

c++templatesfriend

Read More
C++ friend function with a template argument enable_if...

c++templatesfriendtype-traitsfriend-function

Read More
Friend, private function, template alias, and decltype... is clang correct in rejecting this?...

c++language-lawyerfriend

Read More
BackNext