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

Public Member Functions

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

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