NuDB Logo

PrevUpHomeNext

is_Hasher

Determine if T meets the requirements of Hasher

template<
    class T>
struct is_Hasher :
    public std::integral_constant< bool,... >
Requirements

Header: nudb/concepts.hpp


PrevUpHomeNext