index
:
libbu++.git
bigchange
main
myriad
System level, general purpose C++ library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tests
/
synchrohash.cpp
blob: 7f6dbd10a1bc78f1e251551ae553389b5f3e60c9 (
plain
)
1
2
3
4
5
6
7
#include <bu/synchrohash.h> int main() { Bu::SynchroHash<int, char *> Things; }