XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xtd::_::_RAII Class Reference

helper class for general purpose RAII rarely created directly. More...

+ Collaboration diagram for xtd::_::_RAII:

Public Member Functions

template<typename _Ty >
 _RAII (_Ty newval)
 

Data Fields

std::function< void()> _fn
 

Detailed Description

helper class for general purpose RAII rarely created directly.

instead use the RAII macro

Definition at line 20 of file meta.hpp.


The documentation for this class was generated from the following file: