Searched defs:max_pointer_plus_bits (Results 1 – 3 of 3) sorted by relevance
47 struct max_pointer_plus_bits struct49 static const std::size_t value = 0;56 struct max_pointer_plus_bits<void*, Alignment> struct58 static const std::size_t value = detail::ls_zeros<Alignment>::value;
273 struct max_pointer_plus_bits<smart_ptr<void>, Alignment> struct275 static const std::size_t value = max_pointer_plus_bits<void*, Alignment>::value;
692 struct max_pointer_plus_bits<boost::interprocess::offset_ptr<void, P, O, A>, OffsetAlignment> struct696 …c const std::size_t value = ::boost::interprocess::ipcdetail::ls_zeros<OffsetAlignment>::value - 1;