StackOverflow Questions for Tag: scopeguard

Glauco Vinicius
Glauco Vinicius

Reputation: 2627

Scope Guard Statement in C#

Score: 4

Views: 1906

Answers: 1

Read More
odinthenerd
odinthenerd

Reputation: 5552

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

Score: 17

Views: 2281

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: 1323

Answers: 3

Read More
zwhconst
zwhconst

Reputation: 1463

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

Score: 2

Views: 181

Answers: 1

Read More
lurscher
lurscher

Reputation: 26943

The simplest and neatest c++11 ScopeGuard

Score: 49

Views: 47812

Answers: 14

Read More
nebuch
nebuch

Reputation: 7045

C++ scope guard with zero overhead

Score: 2

Views: 1806

Answers: 2

Read More
SCFrench
SCFrench

Reputation: 8374

Does ScopeGuard use really lead to better code?

Score: 35

Views: 13288

Answers: 8

Read More
Gonen I
Gonen I

Reputation: 6107

Performance of golang style defer scope guard in C++

Score: 0

Views: 943

Answers: 1

Read More
CodeBricks
CodeBricks

Reputation: 1801

Life extension of temporary by const reference

Score: 4

Views: 1092

Answers: 1

Read More
VoidStar
VoidStar

Reputation: 5421

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

Score: 9

Views: 3780

Answers: 2

Read More
Alex
Alex

Reputation: 3381

How to avoid warning when using scope guard?

Score: 4

Views: 1416

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: 7123

Scopeguard and parameters by reference

Score: 0

Views: 387

Answers: 3

Read More
einpoklum
einpoklum

Reputation: 131415

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

Score: 3

Views: 1041

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: 32884

RAII wrapper for function pairs and template specialization

Score: 7

Views: 1848

Answers: 2

Read More
Sean
Sean

Reputation: 10206

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: 23590

Who copies the return value of a function?

Score: 8

Views: 482

Answers: 2

Read More
nakiya
nakiya

Reputation: 14403

ScopeGuard dismiss

Score: 0

Views: 583

Answers: 2

Read More
PreviousPage 1Next