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

Describe operations construct themselves using a unique resource name. More...

#include <operation.hpp>

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

Public Member Functions

 describe_delete_operation_args (net::url_builder const &url_builder, std::string_view resource_name) 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::describe_delete_operation_args< op >

Describe operations construct themselves using a unique resource name.

Template Parameters
opthe operation to specialize as a describe operation

Definition at line 77 of file operation.hpp.


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