Skip to content

Latest commit

 

History

History
102 lines (63 loc) · 1.83 KB

File metadata and controls

102 lines (63 loc) · 1.83 KB

 

 

 

 

 

 

A static member function is a type of member function that does not need a specific object.

 

 

 

 

 

 

 

 

 

 

 

Notes to self

 

 

 

 

 

 

 

  1. Bjarne Stroustrup. The C++ Programming Language (4th edition). 2013. ISBN: 978-0-321-56384-2. Chapter 16.4. Advice. page 479: '[11] Make a function that needs access to the representation of a class but needn't be called for a specific object a static member function'