DPC++ Runtime
Runtime libraries for oneAPI DPC++
functional.hpp File Reference
#include <functional>
#include <type_traits>
#include <utility>
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::logical_and< T >
 
struct  sycl::_V1::logical_and< void >
 
struct  sycl::_V1::logical_or< T >
 
struct  sycl::_V1::logical_or< void >
 
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
 
 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 >