![]() |
Recast
1
Game with custom magic
|
#include <GenericScalar.hpp>
Public Member Functions | |
GenericScalar (T value) | |
operator T () const noexcept | |
operator T & () noexcept | |
Protected Attributes | |
T | _value |
Template for structs that wrap fundamental types. You can consider it as medium-strong typedef.
T | Underlying type. |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
protected |