Juniper / ebplane

eBPF based dataplane prototypes
Apache License 2.0
23 stars 4 forks source link

Implement base::Span, a stand-in for std::span until C++20 arrives. #33

Closed ghost closed 5 years ago

ghost commented 5 years ago

base::Span provides the primary tool for avoiding pointer + length pairs in function signatures.