siplasplas
|
This is the complete list of members for cpp::static_reflection::codegen::BindedMethod< Method >, including all inherited members.
BindedMethod(typename Method::class_type &object) (defined in cpp::static_reflection::codegen::BindedMethod< Method >) | cpp::static_reflection::codegen::BindedMethod< Method > | inline |
operator()(Args &&... args) -> decltype(Method::invoke(*std::declval< typename Method::class_type *>(), std::forward< Args >(args)...)) (defined in cpp::static_reflection::codegen::BindedMethod< Method >) | cpp::static_reflection::codegen::BindedMethod< Method > | inline |