MCPcopy Create free account
hub / github.com/cginternals/globjects / hash

Method hash

source/globjects/source/StateSetting.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28std::size_t StateSettingType::hash() const
29{
30 return std::hash<void*>()(m_functionIdentifier);
31}
32
33void StateSettingType::specializeType(const GLenum subtype)
34{

Callers 2

operator()Method · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected