carb::cpp17

namespace cpp17

Enumerations

  • carb::cpp17::byte: A byte is a distinct type that implements the concept of byte as specified in the C++ language definition. Like char and unsigned char , it can be used to access raw memory occupied by other objects, but unlike those types it is not a character type and is not an arithmetic type. A byte is only a collection of bits, and only bitwise operators are defined for it.

Functions

Structs

Typedefs