MCPcopy Create free account
hub / github.com/apache/kvrocks / CommandParser

Method CommandParser

src/commands/command_parser.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 std::is_base_of_v<std::random_access_iterator_tag, typename std::iterator_traits<Iter>::iterator_category>;
48
49 CommandParser(Iter begin, Iter end) : begin_(std::move(begin)), end_(std::move(end)) {}
50
51 template <typename Container, std::enable_if_t<std::is_lvalue_reference_v<Container> &&
52 !std::is_same_v<RemoveCVRef<Container>, CommandParser>,

Callers

nothing calls this directly

Calls 1

MoveIteratorClass · 0.85

Tested by

no test coverage detected