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

Method sign_bit

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

Returns the sign bit of this number.

Source from the content-addressed store, hash-verified

6752
6753 // Returns the sign bit of this number.
6754 Bits sign_bit() const { return kSignBitMask & u_.bits_; }
6755
6756 // Returns true iff this is NAN (not a number).
6757 bool is_nan() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected