retdec
Namespaces | Functions | Variables
pe_dll_list.cpp File Reference
#include "retdec/utils/dynamic_buffer.h"
#include "retdec/fileformat/file_format/pe/pe_format.h"
#include "retdec/utils/container.h"
#include "retdec/utils/conversion.h"
#include "retdec/utils/scope_exit.h"
#include "retdec/utils/string.h"
#include <string_view>
#include <algorithm>

Namespaces

 retdec
 
 retdec::fileformat
 

Functions

template<typename T >
constexpr bool isSorted (T &&arr)
 

Variables

constexpr static std::string_view defDllList []
 

Function Documentation

◆ isSorted()

template<typename T >
constexpr bool isSorted ( T &&  arr)
constexpr

Variable Documentation

◆ defDllList

constexpr static std::string_view defDllList[]
staticconstexpr