Apache Ignite C++ Client
Loading...
Searching...
No Matches
ignite::bytes_view Struct Reference

#include <bytes_view.h>

Inheritance diagram for ignite::bytes_view:

Public Types

using base_type = std::basic_string_view<std::byte, detail::byte_traits>

Public Member Functions

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

Detailed Description

A slice of raw bytes.


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