TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
callable_traits.hpp
#include <cstddef>
#include <tuple>
#include <type_traits>

Detailed Description

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...