#include "base/basictypes.h"#include "base/logging.h"


構成 | |
| class | PackedCache< kKeybits, T > |
マクロ定義 | |
| #define | N_ONES_(IntType, N) |
| #define N_ONES_ | ( | IntType, | |||
| N | ) |
値:
( (N) == 0 ? 0 : ((static_cast<IntType>(1) << ((N)-1))-1 + \
(static_cast<IntType>(1) << ((N)-1))) )
packed-cache-inl.h の 119 行で定義されています。
1.5.6