mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 23:40:57 +01:00
ircd::db: These can be public.
This commit is contained in:
parent
92a8d8e2bf
commit
ec18d81d56
1 changed files with 2 additions and 1 deletions
|
@ -94,9 +94,10 @@ struct ircd::db::cursor<d, tuple>::const_iterator_base
|
|||
return &this->operator*();
|
||||
}
|
||||
|
||||
protected:
|
||||
string_view row_key() const;
|
||||
bool row_valid() const;
|
||||
|
||||
protected:
|
||||
bool seek_row();
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue