StackOverflow Questions for Tag: stdapply

SHIPWECK
SHIPWECK

Reputation: 99

Why can't I std::bind_front a function to std::apply?

Score: 2

Views: 148

Answers: 0

Read More
user877329
user877329

Reputation: 6230

std::apply with branch depending on tuple element value

Score: 0

Views: 72

Answers: 0

Read More
Pablo
Pablo

Reputation: 611

Improve this std::index_sequence idiom code

Score: 2

Views: 85

Answers: 1

Read More
Dawid Mościcki
Dawid Mościcki

Reputation: 3

set a value in std::tuple using a function that takes an index to the std::get

Score: 0

Views: 107

Answers: 1

Read More
Oersted
Oersted

Reputation: 2776

unexplained warning when using std::apply on empty tuple with msvc

Score: 3

Views: 139

Answers: 1

Read More
Remy Porter
Remy Porter

Reputation: 353

std::apply-ing sscanf into a tuple, tuple not fully updating

Score: 2

Views: 68

Answers: 1

Read More
Jodocus
Jodocus

Reputation: 7601

How can I assign element-wise to a tuple using fold expressions?

Score: 1

Views: 440

Answers: 2

Read More
canellas
canellas

Reputation: 697

std::function vs callable as template parameter

Score: 1

Views: 417

Answers: 1

Read More
Erik Valkering
Erik Valkering

Reputation: 177

Unable to use std::apply on user-defined types

Score: 6

Views: 883

Answers: 2

Read More
user4520
user4520

Reputation: 3457

Generically wrap member function of object to modify return type

Score: 1

Views: 188

Answers: 1

Read More
Agrim Pathak
Agrim Pathak

Reputation: 3207

Using std::apply on class method

Score: 3

Views: 2075

Answers: 3

Read More
康桓瑋
康桓瑋

Reputation: 43096

Should std::apply only apply to std::tuple?

Score: 3

Views: 325

Answers: 1

Read More
AreN
AreN

Reputation: 3

Initializing smart pointers in a tuple without knowing the type

Score: 0

Views: 542

Answers: 3

Read More
Avi Shukron
Avi Shukron

Reputation: 6118

How to implement something like std::apply in C++11?

Score: 5

Views: 1552

Answers: 0

Read More
Doot
Doot

Reputation: 745

How can you have multiple lines or statements inside a C++ pack expansion?

Score: 4

Views: 1232

Answers: 1

Read More
Doot
Doot

Reputation: 745

C++: Using std::apply to iterate through a tuple in 2 parts: up to an index applying a lambda and then after an index applying a different lambda

Score: 1

Views: 1233

Answers: 1

Read More
Timtro
Timtro

Reputation: 428

std::visit a std::variant with overloaded free-function instead of function-object

Score: 3

Views: 2308

Answers: 2

Read More
Gabriel
Gabriel

Reputation: 9442

std::get does not forward rvalue-reference for std::apply

Score: 2

Views: 350

Answers: 1

Read More
sqrtroot
sqrtroot

Reputation: 197

Using std::apply with variadic packs

Score: 10

Views: 1953

Answers: 2

Read More
Nikolai Petrov Ivanov
Nikolai Petrov Ivanov

Reputation: 63

Perferct forward a copied std::tuple

Score: 0

Views: 285

Answers: 1

Read More
PreviousPage 1Next