Skip to content
Snippets Groups Projects
Commit 0c9cae0a authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: add todo

parent 3a165d49
No related branches found
No related tags found
1 merge request!12F consolidation
Pipeline #12190 passed with warnings
Pipeline: caosdb-cppinttest

#12191

    ......@@ -203,6 +203,7 @@ private:
    public:
    explicit iterator(const RepeatedPtrFieldWrapper<T, P> *instance,
    int index = 0);
    // TODO(henrik) add unit tests
    auto operator*() const -> T &;
    auto operator++() -> iterator &;
    auto operator++(int) -> iterator;
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment