diff options
Diffstat (limited to 'macro.h')
| -rw-r--r-- | macro.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,3 +15,5 @@ // << std::chrono::duration_cast<std::chrono::microseconds>( \ // end_ ## name - begin_ ## name) \ // << std::endl; + +#define INIT_FIELD(name) m_##name(name) |
