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

#include <function.hpp>

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

Static Public Member Functions

static void apply (sqlite3_context *ctx, T value)
static void apply (sqlite3_context *ctx, T value)

Detailed Description

template<typename T>
requires (std::is_integral_v<decay_t<T>> && !std::is_same_v<decay_t<T>, bool>)
struct sqlite::v2::detail::result_writer< T >

Definition at line 296 of file function.hpp.

Member Function Documentation

◆ apply() [1/2]

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

Definition at line 311 of file function.hpp.

◆ apply() [2/2]

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

Definition at line 297 of file function.hpp.


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