12 namespace pinecone::types
24 [[nodiscard]]
auto result() const noexcept ->
std::string_view {
return _result; }
Models the possibility of failure for Pinecone operations.
Some Pinecone API operations have no explicitly expected result. Cppinecone models all of these opera...
auto result() const noexcept -> std::string_view