6#define __XTD_CORE_INTERNAL__
8#undef __XTD_CORE_INTERNAL__
68 template<
typename function_t>
70 return __xtd_scope_success_object__<function_t> {std::forward<function_t>(function)};
128#define scope_success_ [[maybe_unused]] auto __xtd_scope_id__(__xtd__scope_success__, __LINE__) = xtd::scope_success{} + [&]
Contains xtd_scope_cat and xtd_scope_id helpers.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Nowadays, every C++ developer is familiar with the Resource Acquisition Is Initialization (RAII) tech...
Definition scope_success.hpp:65