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

#include <function.hpp>

Collaboration diagram for sqlite::v2::detail::function_holder< Callable >:
Collaboration graph

Public Attributes

std::decay_t< Callable > callable

Detailed Description

template<typename Callable>
struct sqlite::v2::detail::function_holder< Callable >

Definition at line 79 of file function.hpp.

Member Data Documentation

◆ callable

template<typename Callable>
std::decay_t<Callable> sqlite::v2::detail::function_holder< Callable >::callable

Definition at line 80 of file function.hpp.

Referenced by sqlite::v2::detail::invoke_with_arguments().


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