Template Struct DescriptorExtractor#

Struct Documentation#

template<typename T>
struct DescriptorExtractor#

Extracts the Descriptor type of the provided type.

Template Parameters

T – The type to extract the descriptor from

Public Types

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