clang::mrdocs::DefaultEmptyPredicate

The default empty predicate.

Synopsis

Declared in <mrdocs/ADT/Optional.hpp>

struct DefaultEmptyPredicate;

Member Functions

Name

operator()

Description

This predicate is true when t.empty() returns true where t is a T.

Created with MrDocs