Template Struct AttributeListMap::findDirectiveInList#

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