Library: Foundation Package: Core Header: Poco/MetaProgramming.h
Use this struct to determine if a template type is a reference.
static constexpr int VALUE = std::is_reference_v < T > ? 1 :0;
POCO C++ Libraries 1.15.0-all Copyright © 2026, Applied Informatics Software Engineering GmbH and Contributors