cpp/named req/PODType
From cppreference.com
Template:cpp/concept/title Template:cpp/concept/sidebar Plain Old Data-structure, compatible with C Template:cpp.
Requirements
- Class type ( Template:cpp, Template:cpp or Template:cpp )
- Template:concept
- Template:concept
- All non-static members are POD
See also
(C++11)(deprecated in C++20) |
checks if a type is a plain-old data (POD) type (class template) |