Poco

template < typename T >

struct IsConst

Library: Foundation
Package: Core
Header: Poco/MetaProgramming.h

Description

Use this struct to determine if a template type is a const type.

Variables

VALUE static

static constexpr int VALUE = std::is_const_v < std::remove_reference_t < T >> ? 1 :0;