Intel clGPU
container< C >::element< T > Class Template Reference

Base class for objects onwed by container/context. More...

#include <container.hpp>

Inherits container< C >::element_base.

Public Types

using container_type = C
 

Public Member Functions

 element (const std::shared_ptr< C > &ctx)
 
std::shared_ptr< C > context () const
 Get container/context reference.
 
 element (const element &other)=delete
 
 element (element &&other) noexcept=delete
 
elementoperator= (const element &other)=delete
 
elementoperator= (element &&other) noexcept=delete
 

Detailed Description

template<class C>
template<class T>
class iclgpu::container< C >::element< T >

Base class for objects onwed by container/context.

Definition at line 53 of file container.hpp.


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