〽
〽
〽
〽
Pattern Language
Home
Search
⌃
K
Links
Pattern Language
Core Language
Data Types
Variable Placement
Namespaces
Expressions
Functions
Control flow
In / Out Variables
Attributes
Preprocessor
Comments
Sections
Libraries
hex
std
type
byte
ip
size
base64
path
magic
base
bcd
c
win32
010
rust
linux
color
float16
mac
time
leb128
guid
Powered By
GitBook
Comment on page
magic
Types used to parse and enforce specific magic numbers
Types
type::Magic
A Magic number. Throws an error if the magic number does not match the expected value
<ExpectedValue>
: A string representing the expected value
struct
Magic
<
auto
ExpectedValue
>
{
...
}
[[
sealed
,
format
]];
Last modified
8mo ago