Add documentation clarifying FundamentalSpecifier

This commit is contained in:
Dustin Spicuzza 2023-09-30 16:28:42 -04:00
parent bdcee6f9c0
commit e6908386ea

View File

@ -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