StackOverflow Questions for Tag: std

Brandon
Brandon

Reputation: 508

How to determine if the current user has read acesses to a file in C++?

Score: 1

Views: 741

Answers: 1

Read More
Boris
Boris

Reputation: 1435

std unordered map reserve memory managment policy

Score: 1

Views: 99

Answers: 2

Read More
PlsHelp
PlsHelp

Reputation: 133

Get n'th element yielded from a std::generator

Score: 5

Views: 75

Answers: 1

Read More
Callat
Callat

Reputation: 3044

How can I include all of the C++ Standard Library at once?

Score: 11

Views: 84857

Answers: 8

Read More
Damir Tenishev
Damir Tenishev

Reputation: 3262

How to narrow string representation of float when possible?

Score: 1

Views: 106

Answers: 1

Read More
Damir Tenishev
Damir Tenishev

Reputation: 3262

How to compare size_t and difference_type?

Score: 2

Views: 114

Answers: 1

Read More
no one special
no one special

Reputation: 1714

The std::string is able to stores multiple '\0'. How to trim it?

Score: 3

Views: 146

Answers: 2

Read More
AldoGP5
AldoGP5

Reputation: 57

container.begin()+1 validity for empty container vs container.end()-1

Score: 3

Views: 162

Answers: 4

Read More
whitwhoa
whitwhoa

Reputation: 2489

Are std::optional members stored contiguously?

Score: 7

Views: 3438

Answers: 2

Read More

Trying to replicate std::complex behaviour, is the standard library lying to me or what am I missing?

Score: 1

Views: 96

Answers: 2

Read More
borong huang
borong huang

Reputation: 29

Linker Error with C++20 <format> using g++ 13.3.0 and modules

Score: 2

Views: 64

Answers: 0

Read More
Joymaker
Joymaker

Reputation: 1418

Visual Studio CMake project can't find C++ standard includes

Score: -1

Views: 69

Answers: 2

Read More
Damir Tenishev
Damir Tenishev

Reputation: 3262

How to initialize structures using fields names?

Score: -1

Views: 73

Answers: 1

Read More
asdfasdf
asdfasdf

Reputation: 804

How to print a type vector<tuple<string, int, int>> to screen c++?

Score: -3

Views: 5941

Answers: 3

Read More
Damir Tenishev
Damir Tenishev

Reputation: 3262

Why can't a view be assigned with the same type of the view?

Score: 0

Views: 85

Answers: 1

Read More
Damir Tenishev
Damir Tenishev

Reputation: 3262

How to update the range with a filtered one?

Score: 2

Views: 77

Answers: 2

Read More
user24551355
user24551355

Reputation: 414

Why does std::vector have 2 constructors instead of 1 with default argument?

Score: 4

Views: 298

Answers: 3

Read More
Vincent
Vincent

Reputation: 508

Why does Qt's SimpleTreeModel example use std::vector<std::unique_ptr<>> instead of simple std::vector<>?

Score: 4

Views: 88

Answers: 1

Read More
Carsten
Carsten

Reputation: 11596

Why can't I zip an lvalue generator?

Score: 6

Views: 160

Answers: 1

Read More
Christian Abella
Christian Abella

Reputation: 5797

error while loading shared libraries: libstdc++.so.6: wrong ELF class: ELFCLASS64

Score: 7

Views: 50855

Answers: 4

Read More
PreviousPage 1Next