|
inlineconstexpr |
Data Model reporting value.
The spy::data_model
object can be compared to any other data model related value to verify if the code being compiled for a specific data model
Additionally, any of the data model related value are convertible to bool
. They evaluates to true
if they matches the correct data model currently used.
Name | Data Model |
---|---|
spy::ilp32 | ILP32 |
spy::lp32 | LP32 |
spy::silp64 | SILP64 |
spy::ilp64 | ILP64 |
spy::llp64 | LLP64 |
spy::lp64 | LP64 |