refactor(templates): enhance encapsulation by changing part of the struct to a class
This commit is contained in:
@ -12,7 +12,7 @@ NAMESPACE_MODULE_BEGIN(Redcraft)
|
||||
NAMESPACE_MODULE_BEGIN(Utility)
|
||||
|
||||
template <typename OptionalType> requires CDestructible<OptionalType>
|
||||
struct TOptional
|
||||
class TOptional
|
||||
{
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user