LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
A Function Object that can be invoked with any arguments and that always returns the value true. More...
#include <lf/base/predicate_true.h>
Public Member Functions | |
template<class... T> | |
bool | operator() (T &&...) const |
A Function Object that can be invoked with any arguments and that always returns the value true.
Definition at line 19 of file predicate_true.h.
|
inline |
Definition at line 22 of file predicate_true.h.