[ox/std] Add CString type alias
This commit is contained in:
parent
e0ec9e0c5f
commit
a6e24ff2b6
2
deps/ox/src/ox/std/types.hpp
vendored
2
deps/ox/src/ox/std/types.hpp
vendored
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user