detecting POD types

japplegame japplegame at gmail.com
Sun May 20 06:50:15 PDT 2012


I write function template that should works only with POD types 
(i.e. base types, structures, enums etc.). Is there something 
like C++11 std::is_pod 
(http://en.cppreference.com/w/cpp/types/is_pod) template?


More information about the Digitalmars-d-learn mailing list