Tags C++ std::is_base_of<> admin April 26, 2020 In our on-going series on C++ Type Traits, today’s topic is about the trait std::is_base_of<>. For the official description, see
Tags C++ std::common_type<> Type Trait admin April 12, 2020 In today’s post, I would like to go over the type trait std::common_type<>. This trait was introduced in C++11. As