Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
You've currently chosen the 1.91.0 version. If a newer release comes out, you will continue to view the 1.91.0 version, not the new latest release.
|
Expression |
Attribute |
Description |
|---|---|---|
|
|
8 bits native endian |
Matches an 8 bit binary in native endian representation |
|
|
16 bits native endian |
Matches a 16 bit binary in native endian representation |
|
|
16 bits big endian |
Matches a 16 bit binary in big endian representation |
|
|
16 bits little endian |
Matches a 16 bit binary in little endian representation |
|
|
32 bits native endian |
Matches a 32 bit binary in native endian representation |
|
|
32 bits big endian |
Matches a 32 bit binary in big endian representation |
|
|
32 bits little endian |
Matches a 32 bit binary in little endian representation |
|
|
64 bits native endian |
Matches a 64 bit binary in native endian representation |
|
|
64 bits big endian |
Matches a 64 bit binary in big endian representation |
|
|
64 bits little endian |
Matches a 64 bit binary in little endian representation |