Search code examples
Should a utility function be a function in an unnamed namespace, or a private member function?...

c++namespacescoding-stylemember-functionsunnamed-namespace

Read More
Why is a call to a shadowing non-virtual member function in the derived class not calling the base c...

c++overridingvirtual-functionsmember-functionsshadowing

Read More
Initializing member functions fields...

c++compiler-errorsmember-functionsfunction-qualifier

Read More
How can you return a non-const reference to an element in a std::vector data member from a const mem...

c++stdvectormember-functionsconst-correctnessfunction-qualifier

Read More
Why is this constexpr static member function not seen as constexpr when called?...

c++constexprstatic-membersmember-functions

Read More
Why are static member functions considered to have an implicit object parameter during overload reso...

c++language-lawyeroverload-resolutionmember-functions

Read More
How to keep from duplicating methods in volatile classes...

c++volatilemember-functionsexplicit-object-parameter

Read More
Const operator in member function (Why can be in two different parts)?...

c++constantsmember-functionsfunction-qualifier

Read More
C++ const method on non const pointer member...

c++objectpointersmember-functionsfunction-qualifier

Read More
calling non-const function on non-const member in const function...

c++g++constantsmember-functionsfunction-qualifier

Read More
Question about 'const' functions, c++...

c++constantsmember-functionsfunction-qualifier

Read More
Const Class and member functions...

c++functionclassmember-functionsfunction-qualifier

Read More
Why can't I mark this member function as const?...

c++constantsmember-functionsfunction-qualifier

Read More
const member function clarification needed...

c++constantsthismember-functionsfunction-qualifier

Read More
C++ Const Member Function (Beginner)...

c++member-functionsfunction-qualifier

Read More
Why doesn't the program crash when I call a member function through a null pointer in C++?...

c++nullmember-functions

Read More
Explain implementation of function call operator in boost value_factory...

c++11templatesfactorymember-functionsboost-functional

Read More
How to directly bind a member function to an std::function in Visual Studio 11?...

c++c++11member-functionsstd-function

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

pythonencapsulationmember-functionsnon-member-functions

Read More
Do non-static member variables in a C++ struct/class need to be marked as volatile to be treated as ...

c++volatilemember-functions

Read More
Is there a way to create a hash of a function wrapped by `std::function<>`?...

c++hashstd-functionmember-functionsstdbind

Read More
How to take address of templated member function instance in C++?...

c++templatesfunction-pointersmember-functionsexplicit-instantiation

Read More
Pass member function as function pointer to argument...

c++arduinofunction-pointersmember-functions

Read More
Difficulty instantiating a subclass [object has no attribute]...

pythonclassinheritancepython-multithreadingmember-functions

Read More
std::bind with std::shared_ptr works on gcc/clang, but not on msvc...

c++templatesbindmember-functions

Read More
C++ - Modify member function if argument (function) is given...

c++classoverwritemember-functions

Read More
C++ - Pass member functions of any class to another class...

c++member-functions

Read More
Syntax for declaring const member function returning a bare function pointer, without typedefs?...

c++function-pointersmember-functionsconst-correctness

Read More
Defining declared member function inside struct...

c++classstructfunction-definitionmember-functions

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

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

Read More
BackNext