Template Struct DescriptorMerger#

Struct Documentation#

template<typename Descriptor1, typename Descriptor2>
struct DescriptorMerger#

Merge together two Descriptor types. Two trivial operations will result in another trivial operation, while any other combination will result in a Combined operation.

Template Parameters
  • Descriptor1 – The first descriptor

  • Descriptor2 – The second descriptor

Public Types

using Type = ::librapid::detail::descriptor::Combined#