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

Go to the source code of this file.

Classes

struct  MyStruct
 
struct  std::hash< MyStruct >
 

Namespaces

namespace  std
 

Functions

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

Function Documentation

◆ main()

int main ( )

Definition at line 59 of file example-map-set-2.cpp.

◆ print_map_with_set()

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

Definition at line 46 of file example-map-set-2.cpp.