MCPcopy Create free account
hub / github.com/SqliteModernCpp/sqlite_modern_cpp / user

Method user

tests/lvalue_functor_example.cc:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 double weight;
22
23 user(int age, string name, double weight) : age(age), name(name), weight(weight) { }
24
25 static std::vector<user> all(sqlite::database& db) {
26 builder<user, int, std::string, double> person_builder;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected