Template Struct inout

Inheritance Relationships

Base Types

Struct Documentation

template<class T>
struct legion::core::compute::inout : public legion::core::compute::inout_ident, public legion::core::compute::detail::buffer_base

Public Types

using value_type = T

Public Functions

inline inout(T &vec, std::string name = "")
~inout() = default
inout(const inout &other) = default
inout(inout &&other) noexcept = default
inout &operator=(const inout &other) = default
inout &operator=(inout &&other) noexcept = default