SQLite Containers
Loading...
Searching...
No Matches
example-map.cpp File Reference
#include <sqlite_containers/KeyValueDB.hpp>
#include <iostream>
#include <map>

Go to the source code of this file.

Functions

template<typename MapType >
void print_map (const MapType &map, const std::string &header)
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 14 of file example-map.cpp.

◆ print_map()

template<typename MapType >
void print_map ( const MapType & map,
const std::string & header )

Definition at line 7 of file example-map.cpp.