boost_sqlite 1
A sqlite C++ library
|
This is the complete list of members for boost::sqlite::param_ref, including all inherited members.
apply(sqlite3_stmt *stmt, int c) const | boost::sqlite::param_ref | inline |
param_ref()=default | boost::sqlite::param_ref | |
param_ref(variant2::monostate) | boost::sqlite::param_ref | inline |
param_ref(std::nullptr_t) | boost::sqlite::param_ref | inline |
param_ref(I value) | boost::sqlite::param_ref | inline |
param_ref(blob_view blob) | boost::sqlite::param_ref | inline |
param_ref(string_view text) | boost::sqlite::param_ref | inline |
param_ref(double value) | boost::sqlite::param_ref | inline |
param_ref(zero_blob zb) | boost::sqlite::param_ref | inline |
param_ref(std::unique_ptr< T > ptr) | boost::sqlite::param_ref | inline |
param_ref(std::unique_ptr< T, void(*)(T *)> ptr) | boost::sqlite::param_ref | inline |
param_ref(std::unique_ptr< T, Deleter > ptr, typename std::enable_if< std::is_empty< Deleter >::value &&std::is_default_constructible< Deleter >::value, int >::type *=nullptr) | boost::sqlite::param_ref | inline |
param_ref(T &&t, decltype(variant2::visit(make_visitor(), std::forward< T >(t))) *=nullptr) | boost::sqlite::param_ref | inline |