Member Function. More...
#include <FunctionTraits_test.h>
Public Member Functions | |
| bool | f (int a, float b) |
| int | f (int a, float b, void *c) |
| bool | fc (int a, float b, void *c) const |
| template<typename T , typename ... Args> | |
| auto | GetFResult (T &&func, Args &&... args) -> decltype(func(std::forward< Args >(args)...)) |
Static Public Member Functions | |
| static bool | sf (int a, float b, void *c) |
Member Function.
Definition at line 17 of file FunctionTraits_test.h.