Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
field::as_uint64

Retrieves a reference to the underlying std::uint64_t value or throws an exception.

const std::uint64_t&
as_uint64() const;
  » more...

Retrieves a reference to the underlying std::uint64_t value or throws an exception.

std::uint64_t&
as_uint64();
  » more...

PrevUpHomeNext