| protozero 1.8.0
    Minimalistic protocol buffer decoder and encoder in C++. | 
Contains the implementation of the data_view class. More...
#include "config.hpp"#include <algorithm>#include <cstddef>#include <cstring>#include <string>#include <utility>

Go to the source code of this file.
| Classes | |
| class | protozero::data_view | 
| Namespaces | |
| namespace | protozero | 
| All parts of the protozero header-only library are in this namespace. | |
| Functions | |
| void | protozero::swap (data_view &lhs, data_view &rhs) noexcept | 
| constexpr bool | protozero::operator== (const data_view lhs, const data_view rhs) noexcept | 
| constexpr bool | protozero::operator!= (const data_view lhs, const data_view rhs) noexcept | 
| bool | protozero::operator< (const data_view lhs, const data_view rhs) noexcept | 
| bool | protozero::operator<= (const data_view lhs, const data_view rhs) noexcept | 
| bool | protozero::operator> (const data_view lhs, const data_view rhs) noexcept | 
| bool | protozero::operator>= (const data_view lhs, const data_view rhs) noexcept | 
Contains the implementation of the data_view class.