mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
20 lines
311 B
C++
20 lines
311 B
C++
@@@@body@struct_name
|
|
void
|
|
@@struct_name@@::accept(@@root_base@@Visitor& visitor) {
|
|
visitor.visit(*this);
|
|
}
|
|
####
|
|
|
|
@@@@main
|
|
#pragma once
|
|
// Generated File
|
|
// DO NOT EDIT
|
|
#include "query/@@root_base@@.h"
|
|
#include "@@root_base@@Visitor.h"
|
|
|
|
namespace @@namespace@@ {
|
|
@@body@@
|
|
|
|
} // namespace @@namespace@@
|
|
|
|
#### |