RefType Struct Reference

#include <TypeTraits.hh>


Detailed Description

Mechanisms to allow references and pointers to templated types to be distinguished from one another (since C++ doesn't allow partial template specialisation for functions. Traits methods use specialisation of class/struct templates, and some trickery with typedefs and static const integral types (or enums) to implement partial function specialisation as a work-around.

Definition at line 14 of file TypeTraits.hh.


The documentation for this struct was generated from the following file: