siplasplas
A library for C++ reflection and introspection
cpp::static_reflection::Function< FunctionType, function > Class Template Reference

Returns static reflection information of a function. More...

#include <siplasplas/reflection/static/function.hpp>

Inherits cpp::static_reflection::codegen::Function< FunctionType, function >.

Detailed Description

template<typename FunctionType, FunctionType function>
class cpp::static_reflection::Function< FunctionType, function >

Returns static reflection information of a function.

Template Parameters
FunctionTypeFunction pointer type
functionPointer to the function

See cpp::static_reflection::meta::Function for the specific information returned


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