[ox/std] Add CString type alias
All checks were successful
Build / build (push) Successful in 3m14s

This commit is contained in:
Gary Talent 2024-12-06 00:20:03 -06:00
parent 555c3f1c8c
commit 328e37b91c

View File

@ -61,6 +61,8 @@ using uint_t = unsigned;
namespace ox { namespace ox {
using CString = char const*;
/** /**
* Aliases type T in size and alignment to allow allocating space for a T * Aliases type T in size and alignment to allow allocating space for a T
* without running the constructor. * without running the constructor.