Add documentation clarifying FundamentalSpecifier
This commit is contained in:
parent
bdcee6f9c0
commit
e6908386ea
@ -98,7 +98,11 @@ class DecltypeSpecifier:
|
|||||||
@dataclass
|
@dataclass
|
||||||
class FundamentalSpecifier:
|
class FundamentalSpecifier:
|
||||||
"""
|
"""
|
||||||
A specifier that only contains fundamental types
|
A specifier that only contains fundamental types.
|
||||||
|
|
||||||
|
Fundamental types include various combinations of the following: unsigned,
|
||||||
|
signed, short, int, long, float, double, char, bool, char16_t, char32_t,
|
||||||
|
nullptr_t, wchar_t, void
|
||||||
"""
|
"""
|
||||||
|
|
||||||
name: str
|
name: str
|
||||||
|
Loading…
x
Reference in New Issue
Block a user