Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
bool 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
Subscribe
Method · 0.45
Calls
2
begin
Method · 0.80
end
Method · 0.80
Tested by
no test coverage detected