#include <ClassTraits_test.h>
|
| | ClassTraitsTest () |
| |
| virtual | ~ClassTraitsTest ()=default |
| |
| bool | f (int q, float w) |
| |
| bool | f (int q, float w, void *c, bool(ClassTraitsTest::*)(int **, int &&)) |
| |
| bool | fc (int q, float w) const |
| |
| template<typename T > |
| void | mf (T a) |
| |
| template<typename F , typename ... Args> |
| auto | mfc (F func, Args ...args) -> decltype(f(std::forward< Args >(args)...)) |
| |
| virtual void | vf (int) |
| |
|
| static bool | fs (int q, float w) |
| |
|
| int | i |
| |
| std::reference_wrapper< int > | ir |
| |
| int * | ip = nullptr |
| |
| std::reference_wrapper< int * > | ipr |
| |
| int ** | ipp = nullptr |
| |
| const int | ci |
| |
| std::reference_wrapper< const int > | cir |
| |
| const int * | cip = nullptr |
| |
| std::reference_wrapper< const int * > | cipr |
| |
| const int ** | cipp = nullptr |
| |
| const int const * | cicp = nullptr |
| |
| std::reference_wrapper< const int const *const > | cicpcr |
| |
| volatile int | vi |
| |
Definition at line 18 of file ClassTraits_test.h.
The documentation for this class was generated from the following file: