MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Hpp / isStructMember

Method isStructMember

generator/VulkanHppGenerator.cpp:12851–12854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12849}
12850
12851bool VulkanHppGenerator::isStructMember( std::string const & name, std::vector<MemberData> const & memberData ) const
12852{
12853 return findByName( memberData, name ) != memberData.end();
12854}
12855
12856bool VulkanHppGenerator::isStructureChainAnchor( std::string const & type ) const
12857{

Callers

nothing calls this directly

Calls 1

findByNameFunction · 0.85

Tested by

no test coverage detected