Cppinecone
A C++ client for the Pinecone vector database
pinecone::types::accepted Struct Reference

Some Pinecone API operations have no explicitly expected result. Cppinecone models all of these operations by noting that they were simply "accepted" when they succeed. More...

#include <accepted.hpp>

Public Member Functions

 accepted (std::vector< uint8_t > &data) noexcept
 
auto result () const noexcept -> std::string_view
 

Detailed Description

Some Pinecone API operations have no explicitly expected result. Cppinecone models all of these operations by noting that they were simply "accepted" when they succeed.

Definition at line 18 of file accepted.hpp.

Member Function Documentation

◆ result()

auto pinecone::types::accepted::result ( ) const -> std::string_view
inlinenoexcept
Returns
the string representation of the result

Definition at line 24 of file accepted.hpp.


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