Poco

template < typename T >

struct IsReference

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

Description

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

Variables

VALUE static

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