xtd 0.2.0
Loading...
Searching...
No Matches
lock_guard.hpp
Go to the documentation of this file.
1
4#pragma once
6#include "using.hpp"
7
65#define lock_guard_(object)\
66 using_(xtd::threading::lock_guard __xtd_lock_guard__ {object})
Contains xtd::threading::lock_guard class.
Contains using_ keyword.