LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
span.hpp File Reference
#include <LIEF/third-party/span.hpp>
Include dependency graph for span.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  LIEF
 LIEF namespace.
 

Typedefs

template<typename ElementType , std::size_t Extent = tcb::dynamic_extent>
using LIEF::span = tcb::span<ElementType, Extent>