siplasplas
Public Member Functions | List of all members
cpp::static_reflection::codegen::BindedMethod< Method > Class Template Reference

Public Member Functions

 BindedMethod (typename Method::class_type &object)
 
template<typename... Args>
auto operator() (Args &&... args) -> decltype(Method::invoke(*std::declval< typename Method::class_type *>(), std::forward< Args >(args)...))
 

The documentation for this class was generated from the following file: