Ejemplo n.º 1
0
 boost::uint64_t get_count() const
 {
     hpx::naming::gid_type const size = boost::icl::length(key_);
     HPX_ASSERT(size.get_msb() == 0);
     return size.get_lsb();
 }
Ejemplo n.º 2
0
 std::uint64_t get_count() const
 {
     hpx::naming::gid_type const size = key_.second - key_.first;
     HPX_ASSERT(size.get_msb() == 0);
     return size.get_lsb();
 }