Type Traits

suggest change

Remarks

Type traits are templated constructs used to compare and test the properties of different types at compile time. They can be used to provide conditional logic at compile time that can limit or extend the functionality of your code in a specific manner. The type traits library was brought in with the c++11 standard which provides a number different functionalities. It is also possible to create your own type trait comparison templates.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents