Search code examples
How to define an inline free function (non member function) in C++?...


c++inlinenon-member-functions

Read More
C++: Difference Between Non-Member Function and Static Member Function?...


c++static-membersnon-member-functions

Read More
Why do we need static member functions if free functions can do the same?...


c++functionstaticstatic-membersnon-member-functions

Read More
Non-member vs member functions in Python...


pythonencapsulationmember-functionsnon-member-functions

Read More
What is the minimal way to write a free function to get the member of a class?...


c++genericsgetterperfect-forwardingnon-member-functions

Read More
Mocking static functions declared and defined in .cpp without class file using GMOCK...


c++static-methodsgoogletestgooglemocknon-member-functions

Read More
how to call member function if it exists, otherwise free function?...


c++templatesc++14member-functionsnon-member-functions

Read More
ADL in case of equal-named member function...


c++interfaceargument-dependent-lookupnon-member-functions

Read More
Call non-member function from inside class, but the nonmember function takes class as input (C++)...


c++classparameter-passingnon-member-functions

Read More
Documenting functions in C++ with Doxygen...


c++doxygennon-member-functions

Read More
How to declare a function returning a class instance, that is used in the same class?...


c++friend-functionnon-member-functions

Read More
Sorting by different data members of a class C++...


c++classtemplatesnon-member-functions

Read More
How to write in-class function from non-class function c++?...


c++member-functionsnon-member-functions

Read More
Error for default parameter value of non-member template friend function...


c++templatesdefault-parametersfriend-functionnon-member-functions

Read More
How do you call a non-member function with a template in c++, where the typename is only in the retu...


c++templatesnon-member-functions

Read More
C++ "Invalid use of 'this' in non-member function",...


c++classpointersinheritancenon-member-functions

Read More
Does C++ have a free function `size(object)`?...


c++visual-studio-2015c++17non-member-functions

Read More
Accessing non-member functions from another file...


c++visibilitynon-member-functions

Read More
std::visit a std::variant with overloaded free-function instead of function-object...


c++c++17non-member-functionsstd-variantstdapply

Read More
Excluding member functions and inheritance, what are some of the most common programming patterns fo...


classmember-functionsnon-member-functions

Read More
Why member function address are so far away from free functions?...


c++pointersmemorypointer-to-membernon-member-functions

Read More
Support of std::cbegin() in C++14...


c++stdc++14non-member-functions

Read More
Writing a subscript non-member function...


c++operator-overloadingnon-member-functionssubscript-operator

Read More
Effective C++ Item 23 Prefer non-member non-friend functions to member functions...


c++encapsulationmember-functionsnon-member-functionseffective-c++

Read More
Operator overloading : member function vs. non-member function?...


c++operator-overloadingmember-functionsfriend-functionnon-member-functions

Read More
Unit test private methods by making them free functions...


c++unit-testingprivate-methodsnon-member-functions

Read More
In which file do we put non-member function in C++?...


c++oopnon-member-functions

Read More
List of (names of) functions that are specially recognized by C++. (e.g. operator++,begin)...


c++operatorslanguage-lawyernon-member-functions

Read More
Non member comparison operator for a template class...


c++templatesoperator-keywordnon-member-functions

Read More
Can C++ assignment operators be free functions?...


c++operator-overloadingnon-member-functions

Read More
BackNext