retdec
Namespaces | Functions
array.h File Reference

Array utilities. More...

#include <cstddef>

Go to the source code of this file.

Namespaces

 retdec
 
 retdec::utils
 

Functions

template<typename T , std::size_t N>
constexpr std::size_t retdec::utils::arraySize (T(&)[N]) noexcept
 Returns the number of elements of the given array as a compile-time constant. More...
 

Detailed Description

Array utilities.