Search code examples
Befriending other class template instances with std:array parameter fails on MSVC...


c++templatesvisual-c++c++20friend

Read More
Can function template be declared as friend without forward declaration in C++20?...


c++templateslanguage-lawyerc++20friend

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


c++friendgoogletest

Read More
How to friend a specific template specialization?...


c++templatesc++11friend

Read More
My visitor class has private operator(), can I friend std::visit?...


c++friendvariant

Read More
C++ Template Class friend in CRTP pattern...


c++templatesfriendcrtp

Read More
Why does the compiler accept a 'using' directive aliasing a template with an incomplete type...


c++language-lawyerfriendincomplete-typeusing-declaration

Read More
clang c++ friend user defined literal declare failed...


c++declarationclang++frienduser-defined-literals

Read More
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
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
BackNext