Open
Description
Not all feedback on #635 was implemented for the current version of the extension, so this issue is to track the outstanding suggestions:
-
Additional class interface, such as:
public: using value_type = dataT; std::size_t constexpr min_capacity = MinCapacity;
and probably with other container-like types: reference...
-
"have instead of std::size_t a numeric type as a template parameter" for the pipe class
-
More C++-like interface for host pipe map/unmap/read/write