Templa 0.0.1-alpha
C++ Metaprogramming Utilities
Loading...
Searching...
No Matches
traits Namespace Reference

Utility templates for type manipulation and traits detection. More...

Detailed Description

Utility templates for type manipulation and traits detection.

This namespace provides templates to strip qualifiers and pointers from types, extract return types of callable objects and functions, and check if two callables have the same return type.