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::TwiceWiderInteger< Integer, IsSigned > Struct Template Reference

#include <safe_conversions_impl.h>

Collaboration diagram for pdfium::internal::TwiceWiderInteger< Integer, IsSigned >:

Public Types

using type

Detailed Description

template<typename Integer, bool IsSigned = std::is_signed<Integer>::value>
struct pdfium::internal::TwiceWiderInteger< Integer, IsSigned >

Definition at line 436 of file safe_conversions_impl.h.

Member Typedef Documentation

◆ type

template<typename Integer, bool IsSigned = std::is_signed<Integer>::value>
using pdfium::internal::TwiceWiderInteger< Integer, IsSigned >::type
Initial value:
IsSigned>::type
typename IntegerForDigitsAndSign< IntegerBitsPlusSign< Integer >::value *2, IsSigned >::type type

Definition at line 437 of file safe_conversions_impl.h.


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