Search code examples
Friend protected method in c++...

c++friend-function

Read More
why explicit specialization of a friend function is allowed?...

c++templatesfriendspecializationfriend-function

Read More
Call a hidden friend function...

c++friend-function

Read More
Friend function is not visible in the class...

c++scopefriend-function

Read More
Error on MSVC when trying to declare std::make_unique as friend of my templated class...

c++c++14unique-ptrfriend-functionmsvc12

Read More
Friend function not callable from template class operator overload...

c++templatesoperator-overloadingfriend-functioninline-functions

Read More
accessing member in trailing return type vs. in requires clause of a locally defined friend function...

c++c++20friend-functiontrailing-return-typerequires-clause

Read More
`friend` member functions and attributes - gcc vs clang...

c++attributeslanguage-lawyerc++17friend-function

Read More
Is there a way to overload extraction operator, inside a class and not as a friend of class?...

c++operator-overloadingfriend-function

Read More
C++ friend member function behaviour looks erratic...

c++11friend-function

Read More
How to befriend method from other class that handles this class (incomplete types problem)?...

c++classdeclarationprivate-membersfriend-function

Read More
Overloading << and >> as outside member functions for template class...

c++templatesoperator-overloadingfunction-definitionfriend-function

Read More
A class for rational number (p/q) with overloading + and << operator...

c++classoperator-overloadingfriend-function

Read More
Overloading the stream extraction operator - Invalid operands to binary expression...

c++c-stringsfriend-function

Read More
friend function is not a friend of all template instances?...

c++friend-functionaccess-specifiertemplate-classes

Read More
operator== compiles with msvc but not with gcc and clang...

c++operator-overloadinglanguage-lawyerfunction-templatesfriend-function

Read More
How to create a friend function for template base class with constexpr...

c++templatesc++17friend-functionclass-template

Read More
How do we declare a friend function with a class template into .h file and define them into a .cpp f...

c++templatesoperator-overloadingfriend-function

Read More
error: expected unqualified-id before ‘friend’...

c++classscopefunction-definitionfriend-function

Read More
Refactoring : delegate friendship in sub-functions...

c++c++11friendfriend-function

Read More
Error: ‘int XYZ::data’ is private within this context...

c++oopg++privatefriend-function

Read More
declare a function in a .h (library) file as a friend to a class...

c++oopc++11friend-function

Read More
"undefined reference to `operator>>(std::istream&, Complex<int>&)" for...

c++templatesoperator-overloadingfriend-function

Read More
Error with befriending a function in a namespace in C++...

c++classnamespacesfriend-function

Read More
C++ friend operator definition inside class body serves as function declaration?...

c++friend-function

Read More
Redefinition error when defining friend function inside class template...

c++templateslanguage-lawyerfriendfriend-function

Read More
Friend function from another namespace...

c++friend-function

Read More
Friend Function cannot access private members in C++...

c++operator-overloadingstatic-membersostreamfriend-function

Read More
friend function template lookup...

c++argument-dependent-lookupfriend-functionfunction-templates

Read More
c++ error C2662 cannot convert 'this' pointer from 'const Type' to 'Type &&#...

c++operator-overloadingsyntax-errorfriend-function

Read More
BackNext