DPC++ Runtime
Runtime libraries for oneAPI DPC++
const_where_expression< _MaskType, _Tp > Class Template Reference

#include <std/experimental/simd.hpp>

Inheritance diagram for const_where_expression< _MaskType, _Tp >:

Public Member Functions

 const_where_expression (const const_where_expression &)=delete
 
const_where_expressionoperator= (const const_where_expression &)=delete
 
remove_const_t< _Tp > operator- () const &&
 
template<class _Up , class _Flags >
void copy_to (_Up *, _Flags) const &&
 

Detailed Description

template<class _MaskType, class _Tp>
class const_where_expression< _MaskType, _Tp >

Definition at line 1340 of file simd.hpp.

Constructor & Destructor Documentation

◆ const_where_expression()

template<class _MaskType , class _Tp >
const_where_expression< _MaskType, _Tp >::const_where_expression ( const const_where_expression< _MaskType, _Tp > &  )
delete

Member Function Documentation

◆ copy_to()

template<class _MaskType , class _Tp >
template<class _Up , class _Flags >
void const_where_expression< _MaskType, _Tp >::copy_to ( _Up *  ,
_Flags   
) const &&

◆ operator-()

template<class _MaskType , class _Tp >
remove_const_t<_Tp> const_where_expression< _MaskType, _Tp >::operator- ( ) const &&

◆ operator=()

template<class _MaskType , class _Tp >
const_where_expression& const_where_expression< _MaskType, _Tp >::operator= ( const const_where_expression< _MaskType, _Tp > &  )
delete

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