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
QtUniqueHandleTraits::FILEHandleTraits Struct Reference

#include <quniquehandle_types_p.h>

Collaboration diagram for QtUniqueHandleTraits::FILEHandleTraits:

Public Types

using Type = FILE *

Static Public Member Functions

static constexpr Type invalidValue () noexcept
static Q_CORE_EXPORT bool close (Type handle)

Detailed Description

Definition at line 55 of file quniquehandle_types_p.h.

Member Typedef Documentation

◆ Type

Definition at line 57 of file quniquehandle_types_p.h.

Member Function Documentation

◆ close()

bool QtUniqueHandleTraits::FILEHandleTraits::close ( Type handle)
static

Definition at line 40 of file quniquehandle_types.cpp.

◆ invalidValue()

constexpr Type QtUniqueHandleTraits::FILEHandleTraits::invalidValue ( )
inlinestaticconstexprnoexcept

Definition at line 58 of file quniquehandle_types_p.h.


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