Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in friend
Why does GCC not allow inheriting from a private nested class when you are a friend?
Oct 28, 2022
c++
templates
inheritance
nested
friend
VS2015 and clang compile this code, but g++ rejects it. Which one is correct?
Apr 23, 2020
c++
namespaces
language-lawyer
friend
g++ and clang++ different behaviour with friend template function defined inside a template class
Jul 21, 2019
c++
templates
language-lawyer
friend
Class friendship - a puzzle
Nov 06, 2021
c++
class
inheritance
friend
access-control
Is a friend function template defined in the class available for lookup? clang++ and g++ disagree
Feb 06, 2021
c++
templates
c++11
friend
function-templates
What is the rationale behind the syntax chosen to declare template friends?
Mar 25, 2022
c++
templates
syntax
friend
How do I access a private constructor in a separate class?
Oct 24, 2022
c++
friend
internal
forward-declaration
Correct friend definition to give std::map access to private default constructor
Apr 17, 2022
c++
dictionary
friend
stdmap
std-pair
c++ implementing friend/inline functions
Nov 06, 2022
c++
class
function
header
friend
Friend function from a templated class
Jul 03, 2022
c++
class
templates
friend
C++11 Declaring factory a friend of base class
Aug 25, 2017
c++
inheritance
c++11
factory
friend
How to make boost::make_shared a friend of my class
Aug 29, 2019
c++
templates
boost
friend
make-shared
Nonmember friend function is always inline
Aug 24, 2022
c++
inline
friend
Is a local class in a method of a class a friend of this class?
May 01, 2020
c++
class
friend
C++: Correct syntax for friending a template type member of template parameter?
Nov 15, 2022
c++
templates
c++11
using
friend
There are some details I didn't understand in §7.3.1.2/3 in the C++11 Standard
Aug 02, 2022
c++
c++11
namespaces
language-lawyer
friend
How to friend a specific template specialization?
Apr 19, 2022
c++
templates
c++11
friend
Not able to befriend typedefs: any particular reason?
May 20, 2021
c++
typedef
c++11
friend
Declaring C++ static member functions as friends of the class in which it resides (syntax)
Aug 23, 2022
c++
syntax
friend
static-members
Forward declaration of template friend function
Nov 06, 2022
c++
templates
friend
« Newer Entries
Older Entries »