Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

hash_value

hash_value overload for Boost.Container_Hash

Synopsis

Defined in header <boost/static_string/static_string.hpp>

template<
    std::size_t N,
    [role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type],
    [role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type]>
std::size_t
hash_value(
    const basic_static_string< N, CharT, Traits >& str);
Description

PrevUpHomeNext