MCPcopy Create free account
hub / github.com/boostorg/compute / make_hash_function_name

Function make_hash_function_name

include/boost/compute/functional/hash.hpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21template<class Key>
22std::string make_hash_function_name()
23{
24 return std::string("boost_hash_") + type_name<Key>();
25}
26
27template<class Key>
28inline std::string make_hash_function_source()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected