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

#include <function.hpp>

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

Static Public Member Functions

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

Detailed Description

template<typename Text>
requires (!std::is_same_v<decay_t<Text>, std::string_view> && std::constructible_from<std::string_view, decay_t<Text>>)
struct sqlite::v2::detail::result_writer< Text >

Definition at line 329 of file function.hpp.

Member Function Documentation

◆ apply()

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

Definition at line 330 of file function.hpp.

References sqlite::v2::detail::result_text().

Here is the call graph for this function:

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