#include <ptypeTraits.h>
Static Public 変数 | |
static const mask_int_t | indexMask = static_cast<mask_int_t>((-1<<(PtypeTraits<T>::indexMin&31))^((-1<<(((PtypeTraits<T>::indexLimit-1)&31)))<<1)) |
static const Ptype | promotePtype = static_cast<Ptype>(static_cast<int>(T)-8) |
static const Ptype | basicType = T |
ptypeTraits.h の 296 行で定義されています。
ptypeTraits.h の 304 行で定義されています。
const mask_int_t osl::PtypeFunsSub< T, true >::indexMask = static_cast<mask_int_t>((-1<<(PtypeTraits<T>::indexMin&31))^((-1<<(((PtypeTraits<T>::indexLimit-1)&31)))<<1)) [static] |
ptypeTraits.h の 301 行で定義されています。
const Ptype osl::PtypeFunsSub< T, true >::promotePtype = static_cast<Ptype>(static_cast<int>(T)-8) [static] |
ptypeTraits.h の 303 行で定義されています。