#include <semantics.hh>
Public Member Functions | |
bool | operator() (Attribute attrib) const |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
A function class to query attributes. Its application operator returns true if the attribute is nonzero.
Definition at line 36 of file semantics.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::Semantics< bool >.
Application operator.
Implements concepts::Semantics< bool >.