Cppinecone
A C++ client for the Pinecone vector database
accepted.hpp File Reference

A monostate sentinel type for operations that have no associated response. More...

#include <cstdint>
#include <string_view>
#include <vector>
#include "pinecone/util/result.hpp"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pinecone::types::accepted
 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...
 

Detailed Description

A monostate sentinel type for operations that have no associated response.

Definition in file accepted.hpp.