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