LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lf::base::PredicateTrue Class Reference

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
 

Detailed Description

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.

Member Function Documentation

◆ operator()()

template<class... T>
bool lf::base::PredicateTrue::operator() ( T && ...) const
inline

Definition at line 22 of file predicate_true.h.


The documentation for this class was generated from the following file: