boost_bloom 0.1.0

Boost C++ library boost_bloom packaged using Zanbil
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[#header_fast_multiblock64]
== `<boost/bloom/fast_multiblock64.hpp>`

:idprefix: header_fast_multiblock64_

[listing,subs="+macros,+quotes"]
-----
namespace boost{
namespace bloom{

template<std::size_t K>
struct xref:fast_multiblock64[fast_multiblock64];

} // namespace bloom
} // namespace boost
-----