|
constexpr SIV3D_CONCEPT_INTEGRAL Byte | s3d::operator<< (Byte value, Int shift) noexcept |
|
constexpr SIV3D_CONCEPT_INTEGRAL Byte | s3d::operator>> (Byte value, Int shift) noexcept |
|
constexpr Byte | s3d::operator| (Byte x, Byte y) noexcept |
|
constexpr Byte | s3d::operator& (Byte x, Byte y) noexcept |
|
constexpr Byte | s3d::operator^ (Byte x, Byte y) noexcept |
|
constexpr Byte | s3d::operator~ (Byte value) noexcept |
|
constexpr SIV3D_CONCEPT_INTEGRAL Byte & | s3d::operator<<= (Byte &value, Int shift) noexcept |
|
constexpr SIV3D_CONCEPT_INTEGRAL Byte & | s3d::operator>>= (Byte &value, Int shift) noexcept |
|
constexpr Byte & | s3d::operator|= (Byte &x, Byte y) noexcept |
|
constexpr Byte & | s3d::operator&= (Byte &x, Byte y) noexcept |
|
constexpr Byte & | s3d::operator^= (Byte &x, Byte y) noexcept |
|
constexpr uint8 | s3d::AsUint8 (Byte value) noexcept |
|
void | s3d::Formatter (FormatData &formatData, const Byte &value) |
|
std::ostream & | s3d::operator<< (std::ostream &output, const Byte &value) |
|
std::wostream & | s3d::operator<< (std::wostream &output, const Byte &value) |
|
std::istream & | s3d::operator>> (std::istream &input, Byte &value) |
|
std::wistream & | s3d::operator>> (std::wistream &input, Byte &value) |
|