QtBase  v6.3.1
Public Member Functions | List of all members
QtPrivate::ParsedNumber< T > Class Template Reference

#include <qbytearrayalgorithms.h>

Public Member Functions

constexpr ParsedNumber () noexcept
 
constexpr ParsedNumber (T v)
 
 operator bool () const noexcept
 
Toperator* ()
 
const Toperator* () const
 
Toperator-> () noexcept
 
const Toperator-> () const noexcept
 
template<typename U >
T value_or (U &&u) const
 

Detailed Description

template<typename T>
class QtPrivate::ParsedNumber< T >

Definition at line 80 of file qbytearrayalgorithms.h.

Constructor & Destructor Documentation

◆ ParsedNumber() [1/2]

template<typename T >
constexpr QtPrivate::ParsedNumber< T >::ParsedNumber ( )
inlineconstexprnoexcept

Definition at line 87 of file qbytearrayalgorithms.h.

◆ ParsedNumber() [2/2]

template<typename T >
constexpr QtPrivate::ParsedNumber< T >::ParsedNumber ( T  v)
inlineexplicitconstexpr

Definition at line 88 of file qbytearrayalgorithms.h.

Member Function Documentation

◆ operator bool()

template<typename T >
QtPrivate::ParsedNumber< T >::operator bool ( ) const
inlineexplicitnoexcept

Definition at line 91 of file qbytearrayalgorithms.h.

◆ operator*() [1/2]

template<typename T >
T& QtPrivate::ParsedNumber< T >::operator* ( )
inline

Definition at line 92 of file qbytearrayalgorithms.h.

◆ operator*() [2/2]

template<typename T >
const T& QtPrivate::ParsedNumber< T >::operator* ( ) const
inline

Definition at line 93 of file qbytearrayalgorithms.h.

◆ operator->() [1/2]

template<typename T >
const T* QtPrivate::ParsedNumber< T >::operator-> ( ) const
inlinenoexcept

Definition at line 95 of file qbytearrayalgorithms.h.

◆ operator->() [2/2]

template<typename T >
T* QtPrivate::ParsedNumber< T >::operator-> ( )
inlinenoexcept

Definition at line 94 of file qbytearrayalgorithms.h.

◆ value_or()

template<typename T >
template<typename U >
T QtPrivate::ParsedNumber< T >::value_or ( U &&  u) const
inline

Definition at line 97 of file qbytearrayalgorithms.h.


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