QtBase  v6.3.1
Public Member Functions | List of all members
hb_apply_t< Appl > Struct Template Reference

#include <hb-iter.hh>

Public Member Functions

 hb_apply_t (Appl a)
 
template<typename Iter , hb_requires(hb_is_iterator(Iter)) >
void operator() (Iter it)
 

Detailed Description

template<typename Appl>
struct hb_apply_t< Appl >

Definition at line 672 of file hb-iter.hh.

Constructor & Destructor Documentation

◆ hb_apply_t()

template<typename Appl >
hb_apply_t< Appl >::hb_apply_t ( Appl  a)
inline

Definition at line 674 of file hb-iter.hh.

Member Function Documentation

◆ operator()()

template<typename Appl >
template<typename Iter , hb_requires(hb_is_iterator(Iter)) >
void hb_apply_t< Appl >::operator() ( Iter  it)
inline

Definition at line 678 of file hb-iter.hh.


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