mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +08:00
5e67e5eb43
Signed-off-by: FluorineDog <guilin.gou@zilliz.com>
19 lines
298 B
C++
19 lines
298 B
C++
@@@@body@struct_name
|
|
void
|
|
@@struct_name@@::accept(@@root_base@@Visitor& visitor) {
|
|
visitor.visit(*this);
|
|
}
|
|
####
|
|
|
|
@@@@main
|
|
// Generated File
|
|
// DO NOT EDIT
|
|
#include "query/@@root_base@@.h"
|
|
#include "@@root_base@@Visitor.h"
|
|
|
|
namespace @@namespace@@ {
|
|
@@body@@
|
|
|
|
} // namespace @@namespace@@
|
|
|
|
#### |