[ox/std] Add CString type alias

This commit is contained in:
Gary Talent 2024-12-06 00:20:03 -06:00
parent e0ec9e0c5f
commit a6e24ff2b6

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.