C++ - Another nice talk about constexpr with tuple
This is an excellent talk discussing tuples in the context of constexpr. It is highly recommended for anyone seeking a deeper understanding of constexpr in C++.
How to Tame Packs, std::tuple, and the Wily std::integer_sequence - Andrei Alexandrescu