QtBase  v6.3.1
Public Member Functions | List of all members
hb_unzip_t< Sink1, Sink2 > Struct Template Reference

#include <hb-iter.hh>

Public Member Functions

 hb_unzip_t (Sink1 s1, Sink2 s2)
 
template<typename Iter , hb_requires(hb_is_iterator(Iter)) >
void operator() (Iter it)
 

Detailed Description

template<typename Sink1, typename Sink2>
struct hb_unzip_t< Sink1, Sink2 >

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

Constructor & Destructor Documentation

◆ hb_unzip_t()

template<typename Sink1 , typename Sink2 >
hb_unzip_t< Sink1, Sink2 >::hb_unzip_t ( Sink1  s1,
Sink2  s2 
)
inline

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

Member Function Documentation

◆ operator()()

template<typename Sink1 , typename Sink2 >
template<typename Iter , hb_requires(hb_is_iterator(Iter)) >
void hb_unzip_t< Sink1, Sink2 >::operator() ( Iter  it)
inline

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


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