5 #ifndef RECAST_GENERICSCALAR_H
6 #define RECAST_GENERICSCALAR_H
20 inline operator T() const noexcept {
24 inline operator T&() noexcept {
33 #endif //RECAST_GENERICSCALAR_H
Definition: GenericScalar.hpp:15
GenericScalar(T value)
Definition: GenericScalar.hpp:17
T _value
Definition: GenericScalar.hpp:29