BPHash
General object hashing library for C++
Functions
test_stl.cpp File Reference

Testing of std::hash replacement. More...

#include "bphash/Hasher.hpp"
#include "bphash/StdHash.hpp"
#include "bphash/types/All.hpp"
#include <iostream>
#include <string>
Include dependency graph for test_stl.cpp:

Go to the source code of this file.

Functions

int main (void)
 

Detailed Description

Testing of std::hash replacement.

Definition in file test_stl.cpp.

Function Documentation

int main ( void  )
Todo:
Don't forget to test vector<bool>

Definition at line 19 of file test_stl.cpp.