clang 22.0.0git
MatchParents< T, U > Struct Template Reference
Inheritance diagram for MatchParents< T, U >:
[legend]

Static Public Member Functions

static std::tuple< bool, DynTypedNodeList, const T *, const U *... > match (const DynTypedNodeList &NodeList, ParentMapContext::ParentMap *ParentMap)

Detailed Description

template<typename T, typename... U>
struct MatchParents< T, U >

Definition at line 293 of file ParentMapContext.cpp.

Member Function Documentation

◆ match()

template<typename T, typename... U>
std::tuple< bool, DynTypedNodeList, const T *, const U *... > MatchParents< T, U >::match ( const DynTypedNodeList & NodeList,
ParentMapContext::ParentMap * ParentMap )
inlinestatic

Definition at line 295 of file ParentMapContext.cpp.

References match().

Referenced by match(), and matchParents().


The documentation for this struct was generated from the following file: