carb::cpp

namespace cpp

Namespace for C++ standard library types after C++14 implemented and usable by C++14 compilers.

Classes

Enumerations

  • carb::cpp::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.

  • carb::cpp::endian: Indicates the endianness of all scalar types for the current system.

Functions

Structs

Typedefs

Variables