Indicates the endianness of all scalar types.

Synopsis

Declared in <absl/numeric/bits.h>

using std::endian;

Description

If all scalar types are little‐endian, absl::endian::native equals absl::endian::little. If all scalar types are big‐endian, absl::endian::native equals absl::endian::big. Platforms that use anything else are unsupported.

See https://en.cppreference.com/w/cpp/types/endian.

Created with MrDocs