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

Go to the source code of this file.

Classes

struct  MyStruct
 

Functions

template<typename MultimapType >
void print_multimap (const MultimapType &multimap, const std::string &header)
 
template<typename MapType >
void print_map_with_list (const MapType &map, const std::string &header)
 
int main ()
 

Function Documentation

◆ main()

int main ( )

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

◆ print_map_with_list()

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

Definition at line 34 of file example-multimap-struct.cpp.

◆ print_multimap()

template<typename MultimapType >
void print_multimap ( const MultimapType & multimap,
const std::string & header )

Definition at line 25 of file example-multimap-struct.cpp.