Cppinecone
A C++ client for the Pinecone vector database
visit.hpp
Go to the documentation of this file.
1
#pragma once
7
namespace
pinecone::util
8
{
14
template
<
class
... Ts>
15
struct
overloaded
: Ts... {
16
using
Ts::operator()...;
17
};
18
19
template
<
class
... Ts>
20
overloaded
(Ts...) ->
overloaded
<Ts...>;
21
}
// namespace pinecone::util
pinecone::util::overloaded
Basic visitor operations.
Definition:
visit.hpp:15
include
pinecone
util
visit.hpp
Generated by
1.9.1