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

#include <function.hpp>

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

Static Public Member Functions

static void apply (sqlite3_context *ctx, std::optional< T > const &value)

Detailed Description

template<typename T>
struct sqlite::v2::detail::result_writer< std::optional< T > >

Definition at line 359 of file function.hpp.

Member Function Documentation

◆ apply()

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

Definition at line 360 of file function.hpp.


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