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