|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include <cstddef>#include <tuple>#include <type_traits>Provides a trait inspecting the operator() of a callable type.
Definition in file callable_traits.hpp.
Go to the source code of this file.
Classes | |
| struct | triqs::utility::callable_traits< F > |
| Type trait for a callable type with a single, non-overloaded operator(). More... | |