#include <chrono>
Go to the source code of this file.
◆ NOBBLE
#define NOBBLE |
( |
|
type, |
|
|
|
tdecl |
|
) |
| |
Value:{ \
template <tdecl> struct tn<type> \
{ \
}; \
} \
{ \
template <tdecl> struct access_RESTProcess<type>: \
public classdesc::NullDescriptor<classdesc::RESTProcess_t> {}; \
\
template <tdecl> struct access_json_pack<type>: \
public classdesc::NullDescriptor<classdesc::json_pack_t> {}; \
\
template <tdecl> struct access_json_unpack<type>: \
public classdesc::NullDescriptor<classdesc::json_unpack_t> {}; \
}
Definition at line 28 of file nobble.h.
◆ NOBBLE_STR
#define NOBBLE_STR |
( |
|
... | ) |
#__VA_ARGS__ |
◆ NOBBLE_TARG
#define NOBBLE_TARG |
( |
|
... | ) |
__VA_ARGS__ |