StackOverflow Questions for Tag: std-tie

Vahagn
Vahagn

Reputation: 4820

How to make a tuple of const references?

Score: 15

Views: 9269

Answers: 1

Read More
thor
thor

Reputation: 22480

How to do a deep tie with a std::tie() -like function?

Score: 3

Views: 1532

Answers: 2

Read More
template boy
template boy

Reputation: 10480

What is the purpose of std::ignore?

Score: 27

Views: 6319

Answers: 2

Read More
thor
thor

Reputation: 22480

Is it to possible to extend std::tie in c++11 to accept place holders?

Score: 1

Views: 800

Answers: 1

Read More
OmnipotentEntity
OmnipotentEntity

Reputation: 17131

Using std::tie as a range for loop target

Score: 29

Views: 10943

Answers: 2

Read More
syntagma
syntagma

Reputation: 24324

Does GCC optimize std::tie used only for readability?

Score: 6

Views: 809

Answers: 1

Read More
D R
D R

Reputation: 22492

Unpacking nested tuples in C++

Score: 9

Views: 2528

Answers: 1

Read More
Amr Osman
Amr Osman

Reputation: 119

using std::tie to compare structs

Score: 1

Views: 2755

Answers: 2

Read More
Jonathan Mee
Jonathan Mee

Reputation: 38919

Outputting a Returned pair Without a Temporary

Score: 2

Views: 639

Answers: 3

Read More
Jonathan Mee
Jonathan Mee

Reputation: 38919

Can I use tie to put Elements of a pair in a vector?

Score: 3

Views: 1188

Answers: 2

Read More
Jonathan Mee
Jonathan Mee

Reputation: 38919

Is an Incremented Variable Reusable in a tie Call?

Score: 3

Views: 106

Answers: 1

Read More
bolov
bolov

Reputation: 75697

How does std::tie work?

Score: 208

Views: 105978

Answers: 2

Read More
jotik
jotik

Reputation: 17900

std::ignore with structured bindings?

Score: 137

Views: 43271

Answers: 5

Read More
nyarlathotep108
nyarlathotep108

Reputation: 5523

Using std::tie with bit fields seems to fail

Score: 1

Views: 271

Answers: 1

Read More
Lukas Salich
Lukas Salich

Reputation: 1000

Is there something like `std::tie` for passing values from returned struct into existing variables?

Score: 0

Views: 145

Answers: 0

Read More
Swapnil
Swapnil

Reputation: 1568

Adding the : in front of variable gives wrong result

Score: 4

Views: 128

Answers: 1

Read More
Jimmy R.T.
Jimmy R.T.

Reputation: 1324

Are there downsides with using std::tie for golang-like error-handling while also returning a result? (C++11)

Score: 2

Views: 576

Answers: 3

Read More
JeJo
JeJo

Reputation: 32797

Why structured binding fails with 'std::tie' d objects?

Score: 4

Views: 648

Answers: 1

Read More
PreviousPage 1Next