![]() |
OpenLB 1.8.1
|
#include <memory>#include <type_traits>
Include dependency graph for functorPtr.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | olb::util::has_identity_functor< F, U > |
| Indicates existence of F::identity_functor_type typedef. More... | |
| struct | olb::util::has_identity_functor< F, std::void_t< typename F::identity_functor_type > > |
| Indicates existence of F::identity_functor_type typedef. More... | |
| class | olb::FunctorPtr< F > |
| Smart pointer for managing the various ways of passing functors around. More... | |
Namespaces | |
| namespace | olb |
| Top level namespace for all of OpenLB. | |
| namespace | olb::util |