When should I write the keyword inline for a function/method in C++?
inline
After seeing some answers, some related questions:
When should I <
You still need to explicitly inline your function when doing template specialization (if specialization is in .h file)