#include <Matching.h>
Definition at line 11 of file Matching.h.
Public Member Functions | |
| T & | getObj () |
| Matching (const U &ur) | |
| void | setObj (T &obji) |
Private Attributes | |
| T | obj |
| std::reference_wrapper< T > | objr |
Definition at line 13 of file Matching.h.
|
inline |
Definition at line 14 of file Matching.h.
|
inline |
Definition at line 15 of file Matching.h.
|
private |
Definition at line 17 of file Matching.h.
|
private |
Definition at line 18 of file Matching.h.