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::GetNumericRepresentation< NumericType > Struct Template Reference

#include <checked_math_impl.h>

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

Static Public Attributes

static const NumericRepresentation value

Detailed Description

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

Definition at line 503 of file checked_math_impl.h.

Member Data Documentation

◆ value

template<typename NumericType>
const NumericRepresentation pdfium::internal::GetNumericRepresentation< NumericType >::value
static
Initial value:
=
std::is_integral<NumericType>::value
: (std::is_floating_point<NumericType>::value ? NUMERIC_FLOATING

Definition at line 504 of file checked_math_impl.h.


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