NuDB Logo

PrevUpHomeNext

is_Hasher

Determine if T meets the requirements of Hasher.

Synopsis
template<
    class T>
struct is_Hasher :
    public std::integral_constant< bool,... >
Description
Header

#include <nudb/concepts.hpp>


PrevUpHomeNext