StackOverflow Questions for Tag: istream-iterator

Chen
Chen

Reputation: 330

std::istreambuf_iterator equality when using seekg

Score: 2

Views: 52

Answers: 1

Read More
einpoklum
einpoklum

Reputation: 132148

Why can't I use lazy_split_view with a istream view instead of a string_view?

Score: 4

Views: 253

Answers: 1

Read More
Yifu
Yifu

Reputation: 3

Is `std::istream_iterator<float>` reading out-of-range number undefined behavior?

Score: 0

Views: 92

Answers: 1

Read More
Ziggy1209
Ziggy1209

Reputation: 11

How to read from a binary file and load the data into a 3d vector in C++?

Score: -1

Views: 470

Answers: 2

Read More
digito_evo
digito_evo

Reputation: 3682

Why doesn't std::istream_iterator< std::string_view > compile?

Score: 2

Views: 270

Answers: 1

Read More
user202542
user202542

Reputation: 211

Read bitset from file using istream_iterator

Score: 1

Views: 291

Answers: 1

Read More
imech-origin
imech-origin

Reputation: 13

Initializing a vector with istream_iterator before while loop, does this operation affect following loop?

Score: 1

Views: 90

Answers: 1

Read More
rjgill
rjgill

Reputation: 23

C++ istream_iterator doesn't work after initial use

Score: 1

Views: 30

Answers: 0

Read More
dcfg
dcfg

Reputation: 891

istream_iterator behavior misunderstanding

Score: 0

Views: 395

Answers: 2

Read More
Juan
Juan

Reputation: 113

Using iterator to read input

Score: -5

Views: 347

Answers: 1

Read More
Alan
Alan

Reputation: 1

What happens when std::istream_iterator<int>(std::cin) Equals to the end iterator std::istream_iterator<int>()

Score: 0

Views: 265

Answers: 1

Read More
Dmitry
Dmitry

Reputation: 2168

c++ : istream_iterator skip spaces but not newline

Score: 0

Views: 369

Answers: 2

Read More
Master Shifu
Master Shifu

Reputation: 37

Apache Camel with SQL component for inserts with batch=true throws error with multiple tables

Score: 1

Views: 2584

Answers: 1

Read More
Pradyot
Pradyot

Reputation: 3059

getline vs istream_iterator

Score: 1

Views: 3848

Answers: 3

Read More
Jonathan Mee
Jonathan Mee

Reputation: 38949

Using a regex_iterator on an istream

Score: 5

Views: 1898

Answers: 2

Read More
CW Holeman II
CW Holeman II

Reputation: 4971

copy_if() stream_iterator works with C++20 but not C++17

Score: 0

Views: 240

Answers: 0

Read More
Sreeraj Chundayil
Sreeraj Chundayil

Reputation: 5859

What's with allocator in vector?

Score: -1

Views: 308

Answers: 1

Read More
cigien
cigien

Reputation: 60278

Why is reading from an istream_iterator assigned to a variable not working?

Score: 4

Views: 195

Answers: 2

Read More
Chan Kim
Chan Kim

Reputation: 5989

I can't understand the use of std::istream_iterator

Score: 3

Views: 2895

Answers: 2

Read More
Fedor Goncharov
Fedor Goncharov

Reputation: 108

Why std::istream_iterator<> with multiple copy_n() always writes firs value

Score: 4

Views: 261

Answers: 1

Read More
PreviousPage 1Next