LiteFX 0.4.1.2025
Computer Graphics Engine
|
Evaluates if a type TCovariant behaves covariant to a value type TValue . In this context, covariance is expressed as the type TCovariant can be assigned a value of type TValue or can be constructed from a value of TValue . More...
#include <containers.hpp>
Evaluates if a type TCovariant behaves covariant to a value type TValue . In this context, covariance is expressed as the type TCovariant can be assigned a value of type TValue or can be constructed from a value of TValue .
TValue | The type of the value. |
TCovariant | The covariant type to check against TValue . |