Library: Foundation
Package: Core
Header: Poco/MetaProgramming.h
Use the type wrapper if you want to decouple constness and references from template types.
typedef const T & CONSTREFTYPE;
typedef const T CONSTTYPE;
typedef T & REFTYPE;
typedef T TYPE;