StackOverflow Questions for Tag: scopeguard

Glauco Vinicius
Glauco Vinicius

Reputation: 2647

Scope Guard Statement in C#

Score: 4

Views: 1915

Answers: 1

Read More
odinthenerd
odinthenerd

Reputation: 5562

Why can't Alexandrescu use std::uncaught_exception() to implement SCOPE_FAIL in ScopeGuard11?

Score: 17

Views: 2285

Answers: 1

Read More
Antonio Perez
Antonio Perez

Reputation: 493

Is there any way to extend the lifetime of a temporary object in C++?

Score: 3

Views: 1344

Answers: 3

Read More
zwhconst
zwhconst

Reputation: 1543

Is a lambda-expression that only captures by reference guaranteed not to throw?

Score: 2

Views: 181

Answers: 1

Read More
lurscher
lurscher

Reputation: 26993

The simplest and neatest c++11 ScopeGuard

Score: 49

Views: 47964

Answers: 14

Read More
nebuch
nebuch

Reputation: 7075

C++ scope guard with zero overhead

Score: 2

Views: 1890

Answers: 2

Read More
SCFrench
SCFrench

Reputation: 8374

Does ScopeGuard use really lead to better code?

Score: 35

Views: 13348

Answers: 8

Read More
Gonen I
Gonen I

Reputation: 6127

Performance of golang style defer scope guard in C++

Score: 0

Views: 962

Answers: 1

Read More
CodeBricks
CodeBricks

Reputation: 1801

Life extension of temporary by const reference

Score: 4

Views: 1094

Answers: 1

Read More
VoidStar
VoidStar

Reputation: 5421

Will there be standardization of scope guard/scope exit idioms?

Score: 9

Views: 3797

Answers: 2

Read More
Alex
Alex

Reputation: 3381

How to avoid warning when using scope guard?

Score: 4

Views: 1427

Answers: 2

Read More
funny_falcon
funny_falcon

Reputation: 427

C++: why this simple Scope Guard works?

Score: 9

Views: 693

Answers: 1

Read More
funny_falcon
funny_falcon

Reputation: 427

C++ : other one simple scope guard

Score: 0

Views: 483

Answers: 2

Read More
Paul J. Lucas
Paul J. Lucas

Reputation: 7151

Scopeguard and parameters by reference

Score: 0

Views: 389

Answers: 3

Read More
einpoklum
einpoklum

Reputation: 132300

Difference between ScopeGuard11 and Boost.ScopeExit - just backwards compatibility?

Score: 3

Views: 1049

Answers: 0

Read More
Dinesh
Dinesh

Reputation: 5

ScopeGuard usage with multiple resourace allocatons and exit points in a fucntion

Score: 0

Views: 92

Answers: 1

Read More
legends2k
legends2k

Reputation: 33004

RAII wrapper for function pairs and template specialization

Score: 7

Views: 1851

Answers: 2

Read More
Sean
Sean

Reputation: 10246

Using std::unique_ptr and lambdas to advance a state of an object

Score: 0

Views: 396

Answers: 1

Read More
Ralph Tandetzky
Ralph Tandetzky

Reputation: 23660

Who copies the return value of a function?

Score: 8

Views: 483

Answers: 2

Read More
nakiya
nakiya

Reputation: 14423

ScopeGuard dismiss

Score: 0

Views: 594

Answers: 2

Read More
PreviousPage 1Next