Skip to content

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.

Members are also interested in