SQLite Containers
Loading...
Searching...
No Matches
example-set-struct.cpp File Reference
#include <sqlite_containers/KeyDB.hpp>
#include <iostream>
#include <set>
#include <vector>
#include <list>

Go to the source code of this file.

Classes

struct  MyStruct
 

Functions

template<typename SetType >
void print_set (const SetType &set, const std::string &header)
 
template<typename ListType >
void print_list (const ListType &list, const std::string &header)
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 53 of file example-set-struct.cpp.

◆ print_list()

template<typename ListType >
void print_list ( const ListType & list,
const std::string & header )

Definition at line 45 of file example-set-struct.cpp.

◆ print_set()

template<typename SetType >
void print_set ( const SetType & set,
const std::string & header )

Definition at line 35 of file example-set-struct.cpp.