mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
ircd::db: Allow default empty index for cell ctor.
This commit is contained in:
parent
4b88fcd157
commit
1e7325eb40
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ struct ircd::db::cell
|
|||
|
||||
cell(column, std::unique_ptr<rocksdb::Iterator>, const gopts & = {});
|
||||
cell(column, const string_view &index, std::unique_ptr<rocksdb::Iterator>, const gopts & = {});
|
||||
cell(column, const string_view &index, const gopts & = {});
|
||||
cell(column, const string_view &index = {}, const gopts & = {});
|
||||
cell(database &, const string_view &column, const string_view &index, const gopts & = {});
|
||||
cell(database &, const string_view &column, const gopts & = {});
|
||||
cell();
|
||||
|
|
Loading…
Reference in a new issue