Tags C++ std::is_standard_layout<> admin June 21, 2020 In our last post, we learnt about the type trait std::is_trivial<T>. Today, let us go through another type trait that
Tags C++ std::is_trivial<> admin June 6, 2020 Today let us try to understand the type trait std::is_trivial<T>. This trait checks if the given type is a trivial