Go to the source code of this file.
|
| class | taco::ResourceGuard< T, Relinquish, FlagType, InvalidVal, class > |
| | ResourceGuard is used for automatically relinquishes some resource when it goes out of scope. More...
|
| |
| class | taco::ResourceGuard< T, Relinquish, bool, false, void > |
| | Specialization of ResourceGuard when we use an additional boolean flag to denote the invalid value. More...
|
| |
| class | taco::ResourceGuard< T, Relinquish, bool, true, void > |
| | Specialization of ResourceGuard where we have an always-valid value (e.g., lvalue-ref). More...
|
| |