mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
refactor(db): replace typedef with using
Former-commit-id: 62caeac6fb8a05cabe0622abe73d7b5b548f8472
This commit is contained in:
parent
9b5791b434
commit
120a52c184
@ -28,8 +28,8 @@ namespace meta {
|
||||
template <typename EngineT>
|
||||
class DBImpl : public DB {
|
||||
public:
|
||||
typedef typename meta::Meta::Ptr MetaPtr;
|
||||
typedef typename MemManager<EngineT>::Ptr MemManagerPtr;
|
||||
using MetaPtr = meta::Meta::Ptr;
|
||||
using MemManagerPtr = typename MemManager<EngineT>::Ptr;
|
||||
|
||||
DBImpl(const Options& options);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user