Template Struct AttributeListMap::findDirectiveInList#
Defined in File attributeListMap.h
Nested Relationships#
This struct is a nested type of Class AttributeListMap.
Struct Documentation#
-
template<typename TokenIterator, typename DirectiveType>
struct findDirectiveInList Public Types
-
using first_argument_type = TokenIterator
-
using second_argument_type = std::list<DirectiveType>
-
using result_type = bool
Public Functions
-
inline bool operator()(TokenIterator node, std::list<DirectiveType> directiveList) const
-
using first_argument_type = TokenIterator