#include <bytes_view.h>
|
|
using | base_type = std::basic_string_view<std::byte, detail::byte_traits> |
|
|
constexpr | bytes_view (const std::byte *data, std::size_t size) noexcept |
|
constexpr | bytes_view (const void *data, std::size_t size) noexcept |
|
constexpr | bytes_view (const base_type &v) noexcept |
|
template<std::size_t SIZE> |
| constexpr | bytes_view (const char(&v)[SIZE]) noexcept |
|
template<std::size_t SIZE> |
| constexpr | bytes_view (const std::array< std::byte, SIZE > &v) noexcept |
|
| bytes_view (const std::string &v) noexcept |
|
| bytes_view (const std::string_view &v) noexcept |
|
| bytes_view (const std::vector< std::byte > &v) noexcept |
|
| operator std::string () const |
|
| operator std::vector< std::byte > () const |
The documentation for this struct was generated from the following file: