MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / fraction_bits

Method fraction_bits

tests/gtest/gtest.h:6751–6751  ·  view source on GitHub ↗

Returns the fraction bits of this number.

Source from the content-addressed store, hash-verified

6749
6750 // Returns the fraction bits of this number.
6751 Bits fraction_bits() const { return kFractionBitMask & u_.bits_; }
6752
6753 // Returns the sign bit of this number.
6754 Bits sign_bit() const { return kSignBitMask & u_.bits_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected