Cppinecone
A C++ client for the Pinecone vector database
pinecone::domain::arg_base Struct Reference

All operations require a common subset of information; this information forms the base arguments. More...

#include <operation.hpp>

Inheritance diagram for pinecone::domain::arg_base:

Public Member Functions

 arg_base (std::string url)
 
 arg_base (arg_base const &)=default
 
 arg_base (arg_base &&) noexcept=default
 
auto operator= (arg_base const &) -> arg_base &=default
 
auto operator= (arg_base &&) noexcept -> arg_base &=default
 
auto url () const noexcept -> char const *
 

Detailed Description

All operations require a common subset of information; this information forms the base arguments.

Definition at line 25 of file operation.hpp.


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