Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
pdfium::internal::IntegerBitsPlusSign< NumericType > Struct Template Reference

#include <safe_conversions_impl.h>

Collaboration diagram for pdfium::internal::IntegerBitsPlusSign< NumericType >:

Static Public Attributes

static const int value

Detailed Description

template<typename NumericType>
struct pdfium::internal::IntegerBitsPlusSign< NumericType >

Definition at line 36 of file safe_conversions_impl.h.

Member Data Documentation

◆ value

template<typename NumericType>
const int pdfium::internal::IntegerBitsPlusSign< NumericType >::value
static
Initial value:
= std::numeric_limits<NumericType>::digits +
std::is_signed<NumericType>::value

Definition at line 37 of file safe_conversions_impl.h.


The documentation for this struct was generated from the following file: