omni::graph::core::ogn::has_getMetadataCount

Defined in omni/graph/core/ogn/OmniGraphNodeABI.h

template<class NodeTypeClass>
using omni::graph::core::ogn::has_getMetadataCount = typename std::is_same<size_t, decltype(std::declval<const NodeTypeClass&>().getMetadataCount(std::declval<const NodeTypeObj&>()))>::value_type