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
QtMultimediaPrivate::views Namespace Reference

Namespaces

namespace  impl

Functions

template<typename Container, typename Predicate>
constexpr auto filter (const Container &container, Predicate pred)
template<typename Predicate>
constexpr auto filter (Predicate pred)
template<typename Container, typename Transform>
constexpr auto transform (const Container &container, Transform t)
template<typename Transform>
constexpr auto transform (Transform t)

Variables

constexpr impl::keys_tag keys {}
constexpr impl::values_tag values {}

Function Documentation

◆ filter() [1/2]

template<typename Container, typename Predicate>
auto QtMultimediaPrivate::views::filter ( const Container & container,
Predicate pred )
constexpr

Definition at line 525 of file qmultimedia_ranges_p.h.

◆ filter() [2/2]

template<typename Predicate>
auto QtMultimediaPrivate::views::filter ( Predicate pred)
constexpr

Definition at line 531 of file qmultimedia_ranges_p.h.

◆ transform() [1/2]

template<typename Container, typename Transform>
auto QtMultimediaPrivate::views::transform ( const Container & container,
Transform t )
constexpr

Definition at line 537 of file qmultimedia_ranges_p.h.

◆ transform() [2/2]

template<typename Transform>
auto QtMultimediaPrivate::views::transform ( Transform t)
constexpr

Definition at line 543 of file qmultimedia_ranges_p.h.

Variable Documentation

◆ keys

impl::keys_tag QtMultimediaPrivate::views::keys {}
inlineconstexpr

Definition at line 548 of file qmultimedia_ranges_p.h.

◆ values

impl::values_tag QtMultimediaPrivate::views::values {}
inlineconstexpr

Definition at line 549 of file qmultimedia_ranges_p.h.