Is there an easy way to check a fundamental type

Posted by Dbger on Stack Overflow See other posts from Stack Overflow or by Dbger
Published on 2010-04-28T09:09:39Z Indexed on 2010/04/28 9:13 UTC
Read the original article Hit count: 349

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about c++

Related posts about type