|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include <triqs/utility/callable_traits.hpp>
Type trait for a callable type with a single, non-overloaded operator().
Provides the following (static, constexpr) members:
The operator() of F must have exactly one overload. Ambiguous callables are not supported.
| F | Callable type. |
Definition at line 63 of file callable_traits.hpp.