Cppinecone
A C++ client for the Pinecone vector database
pinecone::domain::list_operation_args< op > Struct Template Reference

List operations are simple and construct themselves using only a URL. More...

#include <operation.hpp>

Inheritance diagram for pinecone::domain::list_operation_args< op >:
Collaboration diagram for pinecone::domain::list_operation_args< op >:

Public Member Functions

 list_operation_args (net::url_builder const &url_builder) noexcept
 
- Public Member Functions inherited from pinecone::domain::arg_base
 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

template<operation_type op>
struct pinecone::domain::list_operation_args< op >

List operations are simple and construct themselves using only a URL.

Template Parameters
opthe operation to specialize as a list operation

Definition at line 44 of file operation.hpp.


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