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
CanInternStrings< T > Struct Template Reference

#include <cpdf_object.h>

+ Collaboration diagram for CanInternStrings< T >:

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename T>
struct CanInternStrings< T >

Definition at line 162 of file cpdf_object.h.

Member Data Documentation

◆ value

template<typename T >
bool CanInternStrings< T >::value
staticconstexpr
Initial value:
= std::is_same<T, CPDF_Array>::value ||
std::is_same<T, CPDF_Dictionary>::value ||
std::is_same<T, CPDF_Name>::value ||
std::is_same<T, CPDF_String>::value

Definition at line 163 of file cpdf_object.h.


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