Tags C++Programming std::is_empty admin March 28, 2020 In the previous post, we looked at the std::is_destructible<T> type trait. Today, let us try to understand another type trait
Tags C++Programming std::is_destructible admin March 15, 2020 In the last article, I explained the deleted destructor in some detail. Today, I would like to talk about a
Tags C++ Deleted Destructor in C++ admin March 4, 2020 Since C++ 11, we can use the keyword delete to declare functions as deleted and thus prohibit the use of