VSQLite++ 0.3
Loading...
Searching...
No Matches
sqlite::v2::detail::result_writer< Vector > Struct Template Reference

#include <function.hpp>

Inheritance diagram for sqlite::v2::detail::result_writer< Vector >:
Inheritance graph
Collaboration diagram for sqlite::v2::detail::result_writer< Vector >:
Collaboration graph

Static Public Member Functions

static void apply (sqlite3_context *ctx, Vector const &value)

Detailed Description

template<typename Vector>
requires (std::is_same_v<decay_t<Vector>, std::vector<unsigned char>> || std::is_same_v<decay_t<Vector>, std::vector<std::byte>>)
struct sqlite::v2::detail::result_writer< Vector >

Definition at line 352 of file function.hpp.

Member Function Documentation

◆ apply()

template<typename Vector>
void sqlite::v2::detail::result_writer< Vector >::apply ( sqlite3_context * ctx,
Vector const & value )
inlinestatic

Definition at line 353 of file function.hpp.


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