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 |
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.
|
inlinenoexcept |
Definition at line 24 of file accepted.hpp.