Project

General

Profile

« Previous | Next » 

Revision 258a530e

Added by David Sorber over 9 years ago

Adding a boolean helper function to my proof-of-concept.

View differences:

software/sqlite_poc/DBManager.h
void get_value(int64_t& val, int idx, sqlite3_stmt* stmt);
void get_value(double& val, int idx, sqlite3_stmt* stmt);
void get_value(std::string& val, int idx, sqlite3_stmt* stmt);
void get_value(bool& val, int idx, sqlite3_stmt* stmt);
template<size_t I>
struct builder_impl

Also available in: Unified diff