Template Struct IsOriDuct

Struct Documentation

template<typename ImplSpec>
struct uit::t::IsOriDuct

TODO

Template Parameters
  • ImplSpec: class with static and typedef members specifying implementation details for the conduit framework.

Public Types

using InletImpl = uit::t::RsendDuct<ImplSpec>
using OutletImpl = uit::t::RingIrecvDuct<ImplSpec>
using BackEndImpl = typename InletImpl::BackEndImpl
using InletImpl = uit::t::SendDuct<ImplSpec>
using OutletImpl = uit::t::RingIrecvDuct<ImplSpec>
using BackEndImpl = typename InletImpl::BackEndImpl