Tags C++ std::is_convertible<> admin May 24, 2020 The type trait is_convertible<From, To> checks if an object of type From can be “implicitly” converted to an object of
Tags C++ dynamic_cast<> vs. std::is_base_of<> admin May 9, 2020 In the last article, we looked at the std:is_base_of<T1, T2> type trait. One question that a reader asked since that