StackOverflow Questions for Tag: stdlist

Ram
Ram

Reputation: 369

Validity of std::prev and std::next for std::list

Score: 4

Views: 4922

Answers: 1

Read More
AShelly
AShelly

Reputation: 35600

Can you remove elements from a std::list while iterating through it?

Score: 292

Views: 312438

Answers: 15

Read More
456 123
456 123

Reputation: 19

Why does adding a std::list::iterator field to list elements significantly slow down pop_back in C++?

Score: 0

Views: 114

Answers: 2

Read More
lancery
lancery

Reputation: 678

Find all matching elements in std::list

Score: 21

Views: 65501

Answers: 4

Read More
Thomas Matthews
Thomas Matthews

Reputation: 57749

Which smart pointer to insert into linked list to maintain polymorphism?

Score: 1

Views: 73

Answers: 1

Read More
srilakshmikanthanp
srilakshmikanthanp

Reputation: 2399

How to implement end() for linked list?

Score: 3

Views: 1459

Answers: 2

Read More
Earsuit
Earsuit

Reputation: 23

Why a second call of std::distance gives different results with std::list?

Score: 2

Views: 177

Answers: 1

Read More
malloy
malloy

Reputation: 23

How to sort a list of instances of a C++ class

Score: 0

Views: 162

Answers: 4

Read More
SF.
SF.

Reputation: 14077

remove element from std::list by reference

Score: 3

Views: 5327

Answers: 4

Read More
Potomoto
Potomoto

Reputation: 11

How to acces element in std::list and change its value?

Score: -1

Views: 98

Answers: 1

Read More
Ron3545
Ron3545

Reputation: 15

What is the cause of having an "<<" Operator Failing with "no operator"?

Score: 1

Views: 659

Answers: 1

Read More
Kaisadilla
Kaisadilla

Reputation: 41

C++ iterating over a class that wraps around a list

Score: 1

Views: 97

Answers: 0

Read More
the_naive
the_naive

Reputation: 3064

Is it possible to have a list of pointers to member functions of one class as a member in another class where these functions will be called?

Score: 3

Views: 203

Answers: 2

Read More
omatai
omatai

Reputation: 3728

When the first element is added to a std::list, is an iterator obtained from begin() invalidated?

Score: 23

Views: 20141

Answers: 2

Read More
stevoh
stevoh

Reputation: 53

Why is my child_dirs std::list not retaining the objects that are added to it?

Score: 0

Views: 60

Answers: 0

Read More
VerySimple
VerySimple

Reputation: 184

Cast derived class list to base class list in C++

Score: 2

Views: 349

Answers: 2

Read More
cpp_mountain
cpp_mountain

Reputation: 45

Erasing list elements step by step

Score: 1

Views: 3212

Answers: 3

Read More
toure
toure

Reputation: 1

Segfault while iterating through std::list<USER_DEFINE_CLASS> with iterator

Score: 0

Views: 48

Answers: 1

Read More
pointHex
pointHex

Reputation: 1

Is it possible to have correct std::map with an std::list::iterator inside the class?

Score: 0

Views: 76

Answers: 0

Read More
hookenz
hookenz

Reputation: 38987

What makes the gcc std::list sort implementation so fast?

Score: 12

Views: 3620

Answers: 1

Read More
PreviousPage 1Next