![]() |
Ark Server API (ASE) - Wiki
|
#include "Poco/Foundation.h"
Include dependency graph for MetaProgramming.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Poco::IsReference< T > |
| Use this struct to determine if a template type is a reference. More... | |
| struct | Poco::IsReference< T & > |
| struct | Poco::IsReference< const T & > |
| struct | Poco::IsConst< T > |
| Use this struct to determine if a template type is a const type. More... | |
| struct | Poco::IsConst< const T & > |
| struct | Poco::IsConst< const T > |
| struct | Poco::IsConst< const T[i]> |
| Specialization for const char arrays. More... | |
| struct | Poco::TypeWrapper< T > |
| Use the type wrapper if you want to decouple constness and references from template types. More... | |
| struct | Poco::TypeWrapper< const T > |
| struct | Poco::TypeWrapper< const T & > |
| struct | Poco::TypeWrapper< T & > |
Namespaces | |
| namespace | Poco |