Definition at line 65 of file bitmap.cpp.
◆ argument_type
◆ result_type
◆ operator()()
Definition at line 70 of file bitmap.cpp.
71 {
72 static const bool sz64 = sizeof( uintptr_t ) == 8;
73 static const size_t mask = sz64 ? 0xF000000000000000uLL : 0xF0000000uL;
74 static const size_t offset = sz64 ? 60 : 28;
75
76
77
78
79
80 return
81 ( (uintptr_t)( id.bitmap ) & ~mask ) |
82 ( ( (uintptr_t)(
id.
scale ) & 0xF ) << offset );
83 }
References scale.
The documentation for this struct was generated from the following file: