StackOverflow Questions for Tag: std-byte

greenlagoon
greenlagoon

Reputation: 121

Unwanted implicit object creation in an array of std::byte VS char

Score: -1

Views: 135

Answers: 1

Read More
phaile
phaile

Reputation: 65

Is there a reason that 8 byte std::array comparisons seem to be producing different assembly for char vs. std::byte?

Score: 5

Views: 199

Answers: 1

Read More
user2972135
user2972135

Reputation: 1461

Is there 'byte' data type in C++?

Score: 127

Views: 351359

Answers: 10

Read More
Paul Jurczak
Paul Jurczak

Reputation: 8183

Non-uniform byte initialization

Score: 3

Views: 123

Answers: 1

Read More
Nir Friedman
Nir Friedman

Reputation: 17714

Why is std::byte an enum class instead of a class?

Score: 33

Views: 2432

Answers: 2

Read More

Is std::byte well defined?

Score: 32

Views: 3062

Answers: 3

Read More
dandan13
dandan13

Reputation: 151

Does std::byte constructor extract LSB or MSB from integer?

Score: 3

Views: 146

Answers: 1

Read More
maxschlepzig
maxschlepzig

Reputation: 39205

Does a pointer to std::byte have the same aliasing relaxations as char*?

Score: 32

Views: 2652

Answers: 1

Read More
Jan Schultke
Jan Schultke

Reputation: 40084

A byte type: std::byte vs std::uint8_t vs unsigned char vs char vs std::bitset<8>

Score: 10

Views: 6889

Answers: 1

Read More
Quimby
Quimby

Reputation: 19223

Why is there no << overload for printing std::byte?

Score: 23

Views: 3864

Answers: 2

Read More
wimalopaan
wimalopaan

Reputation: 5472

Only bitwise operations for std::byte in C++17?

Score: 15

Views: 1088

Answers: 1

Read More
Théo Champion
Théo Champion

Reputation: 1988

Read file into std::vector<std::byte>

Score: 11

Views: 6487

Answers: 4

Read More
Tristan Brindle
Tristan Brindle

Reputation: 16864

Testing the availability of std::byte

Score: 8

Views: 782

Answers: 2

Read More
Mohammed Li
Mohammed Li

Reputation: 901

std::is_enum_v<std::byte> evaluates to true

Score: 2

Views: 397

Answers: 1

Read More
Lingxi
Lingxi

Reputation: 14987

std::byte overhead from integer promotion

Score: 6

Views: 141

Answers: 0

Read More
bolov
bolov

Reputation: 75874

Can std::byte replace std::aligned_storage?

Score: 4

Views: 2130

Answers: 2

Read More
Kevin
Kevin

Reputation: 840

C++ Copy Raw std::bytes to std::vector<std::byte>

Score: 0

Views: 1174

Answers: 1

Read More
Andi Abrudan
Andi Abrudan

Reputation: 134

How to define a static array of std::byte in C++?

Score: 3

Views: 1397

Answers: 1

Read More
Erik Man
Erik Man

Reputation: 844

Is it possible to backport std::byte to C++14

Score: 5

Views: 305

Answers: 2

Read More
Graznarak
Graznarak

Reputation: 3740

std::byte on odd platforms

Score: 6

Views: 1201

Answers: 1

Read More
PreviousPage 1Next