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

#include <command.hpp>

Collaboration diagram for sqlite::v2::named_parameter< T >:
Collaboration graph

Public Attributes

std::string name
value

Detailed Description

template<typename T>
struct sqlite::v2::named_parameter< T >

Definition at line 58 of file command.hpp.

Member Data Documentation

◆ name

template<typename T>
std::string sqlite::v2::named_parameter< T >::name

Definition at line 59 of file command.hpp.

Referenced by sqlite::v2::command::operator%().

◆ value

template<typename T>
T sqlite::v2::named_parameter< T >::value

Definition at line 60 of file command.hpp.

Referenced by sqlite::v2::command::operator%().


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