Sygaldry
Loading...
Searching...
No Matches
sygaldry::function_type_reflection< Ret(Class::*)(Args...) const > Struct Template Reference
Inheritance diagram for sygaldry::function_type_reflection< Ret(Class::*)(Args...) const >:
sygaldry::function_type_reflection< Ret(Class::*)(Args...)> sygaldry::function_type_reflection< Ret(Args...)>

Public Types

using is_const = std::true_type
 
- Public Types inherited from sygaldry::function_type_reflection< Ret(Class::*)(Args...)>
using is_free = std::false_type
 
using is_member = std::true_type
 
using parent_class = Class
 
- Public Types inherited from sygaldry::function_type_reflection< Ret(Args...)>
using exists = std::true_type
 
using return_type = Ret
 
using arguments = function_arg_list< Args... >
 
using is_free = std::true_type
 
using is_member = std::false_type
 
using parent_class = std::false_type
 
using is_const = std::false_type
 
using is_volatile = std::false_type
 
using is_noexcept = std::false_type
 

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