forked from lthn/blockchain
DOC_EXMP_AGGR added
This commit is contained in:
parent
7ff58b6b18
commit
21aae4496c
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ public: \
|
|||
//#define DOC_EXMP_AUTO_2(arg_1, arg_2) , KV_MAKE_ALIAS_NAME() (arg_1, arg_2)
|
||||
#define DOC_END ); }
|
||||
#define DOC_EXMP_AUTO(...) , epee::create_t_object<KV_MAKE_ALIAS_NAME() >(__VA_ARGS__)
|
||||
#define DOC_EXMP_AGGR(...) , epee::create_t_object<KV_MAKE_ALIAS_NAME() >(KV_MAKE_ALIAS_NAME(){__VA_ARGS__})
|
||||
|
||||
|
||||
// Function template to create an object with forwarded constructor arguments
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue