MCPcopy Create free account
hub / github.com/atrexus/vulkan / first

Method first

include/pe/section_headers.hpp:72–75  ·  view source on GitHub ↗

Returns the first section header in the image.

Source from the content-addressed store, hash-verified

70 /// Returns the first section header in the image.
71 /// </summary>
72 constexpr PIMAGE_SECTION_HEADER first( ) const noexcept
73 {
74 return at( 0 );
75 }
76
77 /// <summary>
78 /// Appends a section header to the image.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected