Search code examples
Is it possible to friend a class in an unnamed namespace in C++?...

c++namespacesfriendunnamed-namespace

Read More
How to friend a function template inside a class template?...

c++templatesfriend

Read More
Template friend function of two typenames for a template class...

c++templatesfriend

Read More
How do I make this templated class be a friend of another class?...

c++templatesfriend

Read More
Is there any way to access private fields of a struct from another package?...

gopackageprivatefriend

Read More
How to make google-test classes friends with my classes?...

c++friendgoogletest

Read More
Can a name introduced via using-directive or using-declaration be used as elaborated-type-specifier ...

c++c++17language-lawyerfriendusing-directives

Read More
friend function template with default template argument...

c++templatesfriendforward-declarationdefault-arguments

Read More
What's the scope of inline friend functions?...

c++scopeinlinefriend

Read More
Are inner classes in C++ automatically friends?...

c++inner-classesfriend

Read More
PHP equivalent of friend or internal...

phpoopfriend

Read More
Redeclaration of explicitly defaulted comparison operator makes it undefined...

c++language-lawyerc++20friendcomparison-operators

Read More
friend can't access private members using namespace...

c++namespacesoperator-overloadingfriend

Read More
What is wrong with making a unit test a friend of the class it is testing?...

c++unit-testingoopencapsulationfriend

Read More
friend class with limited access...

c++design-patternsprivatefriend

Read More
Template Friend Function of a Template Class (Friend with More Parameters)...

c++templatesfriend

Read More
class friend function inside a namespace...

c++namespacesfriend

Read More
clean C++ granular friend equivalent? (Answer: Attorney-Client Idiom)...

c++design-patternsprivatefriend

Read More
Friend function template with non type paramer in outer namespace doesn't friend...

c++functiontemplatesnamespacesfriend

Read More
How to declare a class template as friend of other template class...

c++classtemplatesfriend

Read More
Declaring main as friend considered harmful?...

c++c++11program-entry-pointlanguage-lawyerfriend

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

c++templatesfriendspecializationfriend-function

Read More
friend in operator == or << when should i use it?...

c++operator-overloadingfriend

Read More
Must a template friend operator overload precede a member function overload of the same operator?...

c++templatesoperator-overloadingfriend

Read More
clang bug? Ambiguous function call compilation errors, yet there is no amiguity present...

c++templatesclangfriend

Read More
Why is a type alias not allowed to be a friend class name in C++?...

c++c++11typesfriendtype-alias

Read More
friend declaration in C++...

c++declarationfriend

Read More
Is there a way to add a friend class that is itself but with different template arguments?...

c++templatesprivatefriend

Read More
Nested not templated class inside a template class C++...

c++templatescompiler-errorsfriendclass-template

Read More
Why do I have `-Wunsupported-friend` warning when I compile friend function template?...

c++templatesfriendfunction-templates

Read More
BackNext