DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::minimum< void > Struct Reference

#include <sycl/functional.hpp>

Classes

struct  is_transparent
 

Public Member Functions

template<typename T , typename U >
auto operator() (T &&lhs, U &&rhs) const -> typename std::common_type< T &&, U && >::type
 

Detailed Description

Definition at line 45 of file functional.hpp.

Member Function Documentation

◆ operator()()

template<typename T , typename U >
auto sycl::_V1::minimum< void >::operator() ( T &&  lhs,
U &&  rhs 
) const -> typename std::common_type<T &&, U &&>::type
inline

Definition at line 48 of file functional.hpp.


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