1 repositorio
Converting between C++ types at runtime using polymorphic wrappers with type checking.
Distinct from Dynamic Type Managers: Distinct from Dynamic Type Managers: focuses on type conversion and value extraction, not general runtime type encapsulation.
Explore 1 awesome GitHub repository matching data & databases · Runtime Converters. Refine with filters or upvote what's useful.
POCO is a comprehensive C++ application framework that provides a cross-platform set of libraries for building network-centric applications. It offers a unified abstraction layer that wraps platform-specific APIs, enabling the same code to run across desktop, server, mobile, IoT, and embedded systems. The framework is organized into modular libraries that can be compiled and linked selectively, allowing developers to include only the components their application needs. The framework distinguishes itself through its broad coverage of application infrastructure needs, including threading and sy
Converts between C++ types at runtime using a polymorphic wrapper with type checking.