xtd 0.2.0
Loading...
Searching...
No Matches
finally.h File Reference
#include <utility>

Definition

Contains finally_ keyword.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Macros

#define finally_
 In addition to try and catch clauses, xtd supports a finally_ clause. A finally_ block can follow a try or catch block.