Doxygen
|
Wrapper class for a number of boolean properties. More...
#include <src/types.h>
Public Member Functions | |
constexpr | TypeSpecifier () noexcept |
std::string | to_string () const |
Friends | |
bool | operator!= (const TypeSpecifier &t1, const TypeSpecifier &t2) |
Wrapper class for a number of boolean properties.
The properties are packed together, and initialized to false.
|
inlineconstexprnoexcept |
Definition at line 656 of file types.h.
References TYPE_SPECIFIERS.
Referenced by operator!=.
|
inline |
Definition at line 698 of file types.h.
References TYPE_SPECIFIERS.
Referenced by fmt::formatter< TypeSpecifier >::format(), and printNavTree().
|
friend |
Definition at line 693 of file types.h.
References operator==(), and TypeSpecifier().