Jonathan Miller

Results 2 issues of Jonathan Miller

**Channel** C++Weekly **Topics** There are several ways of accessing the data in a `std::variant`, including `std::visit`, `std::get` and `std::get_if`. What are the best practices for using each of these functions?...

episode idea

**Channel** C++Weekly **Topics** `static const` variables look innocuous, but they can have subtle correctness and performance issues, especially for local (function scope) variables. We've been taught to `constexpr` all the...

episode idea