DPC++ Runtime
Runtime libraries for oneAPI DPC++
functional.hpp File Reference
#include <sycl/detail/defines_elementary.hpp>
#include <functional>
Include dependency graph for functional.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sycl::_V1::minimum< T >
 
struct  sycl::_V1::minimum< void >
 
struct  sycl::_V1::minimum< void >::is_transparent
 
struct  sycl::_V1::maximum< T >
 
struct  sycl::_V1::maximum< void >
 
struct  sycl::_V1::maximum< void >::is_transparent
 

Namespaces

 sycl
 ---— Error handling, matching OpenCL plugin semantics.
 
 sycl::_V1
 

Typedefs

template<typename T = void>
using sycl::_V1::plus = std::plus< T >
 
template<typename T = void>
using sycl::_V1::multiplies = std::multiplies< T >
 
template<typename T = void>
using sycl::_V1::bit_and = std::bit_and< T >
 
template<typename T = void>
using sycl::_V1::bit_or = std::bit_or< T >
 
template<typename T = void>
using sycl::_V1::bit_xor = std::bit_xor< T >
 
template<typename T = void>
using sycl::_V1::logical_and = std::logical_and< T >
 
template<typename T = void>
using sycl::_V1::logical_or = std::logical_or< T >