A predicate that always returns true.
Synopsis
Declared in header <boost/scope/scope_exit.hpp>
class always_true;
Types
Name |
Description |
Predicate result type |
Member Functions
Name |
Description |
Throws: Nothing. |
Description
This predicate can be used as the default condition function object for
scope_exit
and similar scope guards.