Struct buffer_base¶
Defined in File function.hpp
Inheritance Relationships¶
Derived Types¶
public legion::core::compute::in< T >
(Template Class in)public legion::core::compute::inout< T >
(Template Struct inout)public legion::core::compute::out< T >
(Template Class out)
Struct Documentation¶
-
struct
legion::core::compute::detail
::
buffer_base
¶ Subclassed by legion::core::compute::in< T >, legion::core::compute::inout< T >, legion::core::compute::out< T >
Public Functions
-
buffer_base
(const buffer_base &other) = default¶
-
buffer_base
(buffer_base &&other) noexcept = default¶
-
buffer_base &
operator=
(const buffer_base &other) = default¶
-
buffer_base &
operator=
(buffer_base &&other) noexcept = default¶
-
~buffer_base
() = default¶
-