template struct Poco::IsConst
Use this struct to determine if a template type is a const type.
#include <MetaProgramming.h> template <typename T> struct IsConst { // enums enum { VALUE = 0, }; };
Use this struct to determine if a template type is a const type.
#include <MetaProgramming.h> template <typename T> struct IsConst { // enums enum { VALUE = 0, }; };