xtd - Reference Guide
0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
This is the complete list of members for xtd::overload< args_t >, including all inherited members.
of(result_t(*method)(args_t...)) noexcept -> decltype(method) | xtd::overload< args_t > | inlinestatic |
const_overload< args_t... >::of(result_t(type_t::*method)(args_t...) const) noexcept -> decltype(method) | xtd::const_overload< args_t... > | inlinestatic |
non_const_overload< args_t... >::of(result_t(type_t::*method)(args_t...)) noexcept -> decltype(method) | xtd::non_const_overload< args_t... > | inlinestatic |
operator()(result_t(*method)(args_t...)) const noexcept -> decltype(method) | xtd::overload< args_t > | inline |
const_overload< args_t... >::operator()(result_t(type_t::*method)(args_t...) const) const noexcept -> decltype(method) | xtd::const_overload< args_t... > | inline |
non_const_overload< args_t... >::operator()(result_t(type_t::*method)(args_t...)) const noexcept -> decltype(method) | xtd::non_const_overload< args_t... > | inline |