kcurl v0.1.10
Basic C++23 wrapper over libcurl
 
Loading...
Searching...
No Matches
kcurl::ByteArray Struct Reference

#include <kcurl/byte_array.hpp>

Public Member Functions

constexpr auto as_string_view () const -> std::string_view
 

Public Attributes

std::vector< std::byte > bytes {}
 

Member Function Documentation

◆ as_string_view()

constexpr auto kcurl::ByteArray::as_string_view ( ) const -> std::string_view
inlineconstexpr
Returns
Bytes reinterpreted as a string_view.

Member Data Documentation

◆ bytes

std::vector<std::byte> kcurl::ByteArray::bytes {}

The documentation for this struct was generated from the following file: