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

c++namespacesfriendunnamed-namespace

Read More
Why are unnamed namespaces used and what are their benefits?...

c++oopnamespacesunnamed-namespace

Read More
Why an unnamed namespace is a "superior" alternative to static?...

c++namespaceslanguage-lawyerunnamed-namespace

Read More
C++ unnamed(anonymous) namespace definition...

c++namespaceslanguage-designunnamed-namespace

Read More
Can you have two functions in/outside an unnamed namespace, both with the same name?...

c++namespacesg++unnamed-namespace

Read More
Ambiguity between function inside unnamed namespace, and function outside...

c++namespacesambiguityunnamed-namespace

Read More
Are there any uses for unnamed namespaces in header files?...

c++namespacesinitializationheader-filesunnamed-namespace

Read More
Why can't I explicitly instantiate a class template in an unnamed namespace if it was declared i...

c++namespacesgloballinkageunnamed-namespace

Read More
Are unnamed namespaces legal?...

c++namespacesunnamed-namespace

Read More
How are unnamed namespaces superior to the static keyword?...

c++namespacesstatic-variablesstatic-functionsunnamed-namespace

Read More
What effect does an unnamed namespace have on a class?...

c++classnamespacesunnamed-namespace

Read More
What effect does an unnamed namespace have on a global variable?...

c++global-variableslinkageunnamed-namespace

Read More
Should I prefer private member functions, or functions in an unnamed namespace?...

c++coding-styleapi-designmember-functionsunnamed-namespace

Read More
Should constant strings be static data members, or should they be in an unnamed namespace?...

c++stringnamespacesstatic-membersunnamed-namespace

Read More
Why is an unnamed namespace not equivalent to a regular namespace with a "using namespace"...

c++namespaceslanguage-lawyerusing-declarationunnamed-namespace

Read More
Do entities within an unnamed namespace nested in a regular namespace have internal linkage?...

c++namespaceslanguage-lawyerlinkageunnamed-namespace

Read More
Should a utility function be a function in an unnamed namespace, or a private member function?...

c++namespacescoding-stylemember-functionsunnamed-namespace

Read More
What if I need an unnamed namespace in a header?...

c++namespacesheader-filesunnamed-namespace

Read More
Unnecessary use of unnamed namespaces C++...

c++namespacesunnamed-namespace

Read More
Can you use an unnamed namespace to hide constants in a header?...

c++namespacesunnamed-namespace

Read More
Why should you prefer unnamed namespaces over static functions?...

c++staticnamespacesunnamed-namespace

Read More
Should I use a private static member function, or free function in an unnamed namespace?...

c++functionnamespacesstatic-membersunnamed-namespace

Read More
Should I convert C static function to private member function or free function in unnamed namespace?...

c++cstaticupgradeunnamed-namespace

Read More
Strange behavior (unnamed namespace with swscanf)...

c++gccscanfwstringunnamed-namespace

Read More
How to access the unnamed namespace with scope resolution?...

c++globalunnamed-namespace

Read More
Is declaring a friend which is forward-declared in an unnamed namespace an ODR-violation?...

c++language-lawyerundefined-behaviorunnamed-namespace

Read More
Unnamed namespace Vs Global declaration...

c++namespacesdeclarationglobalunnamed-namespace

Read More
Are static or unnamed namespace still useful when header and implementation are separated?...

c++staticunnamed-namespace

Read More
Do C++ modules make unnamed namespaces redundant?...

c++namespacesc++-modulesunnamed-namespace

Read More
Nested unnamed namespace?...

c++namespacesunnamed-namespace

Read More
BackNext