Type Casting Utilities module

Safe and efficient type casting operations.

This module provides utilities for safe type conversions between related types in the Rodin framework. The casting operations are designed to maintain type safety while providing efficient conversions for polymorphic objects and template instantiations.

Classes

template<class From, class To>
class Rodin::Cast
Template class for type casting operations.