libzed 1.9.9
A general-purpose library for quick and simple data manipulation.
 
Loading...
Searching...
No Matches
zstr.hpp
Go to the documentation of this file.
1#pragma once
2
8namespace z {
9namespace core {
10namespace zstr {
14enum zstr {
15 string = 0,
16 integer = 1,
17 floating = 2,
18 complex = 4,
19};
20} // namespace zstr
21} // namespace core
22} // namespace z
zstr
Data types that a string can convert to or from.
Definition zstr.hpp:14