Is there an easy way to check a fundamental type
- by Dbger
In < Modern C++ Design ,it introduces a way to check if a type fundamental type by introducing the so called type list. but what if I don't want to include so many loki code and just want a simple function to implement that? What is the simplest way to do that?