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

Wraps CURL results for type and exception safety. More...

#include <functional>
#include <string>
#include <variant>
#include <curl/curl.h>
#include "pinecone/util/visit.hpp"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pinecone::util::curl_result
 Models the possibly of failure for remote HTTP operations. More...
 

Detailed Description

Wraps CURL results for type and exception safety.

Definition in file curl_result.hpp.