MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / HasMember

Method HasMember

GTE/Graphics/TextureBuffer.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28bool TextureBuffer::HasMember(std::string const& name) const
29{
30 auto iter = std::find_if(mLayout.begin(), mLayout.end(),
31 [&name](MemberLayout const& item){ return name == item.name; });
32 return iter != mLayout.end();
33}
34
35

Callers 1

SubscribeMethod · 0.45

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected