Specifying and Qualifying Your Member Functions - Jason Turner
Details
There are a lot of decorations you can put on your member functions!
- [[nodiscard]]
 - consteval
 - constexpr
 - const
 - &
 - &&
 - volatile
 - [[noreturn]]
 - explicit
 - noexcept
 - ... more?
 
What in the world do all of these mean? And what do they mean to use as a C++ developers? We'll explore these in my typically highly-interactive style.






