struct get_function_address
Declaration
template <typename F, typename Enable = void>
struct get_function_address { /* full declaration omitted */ };Declared at: libs/pika/functional/include/pika/functional/traits/get_function_address.hpp:18
Method Overview
- public static constexpr std::size_t call(const F & f) noexcept
Methods
static constexpr std::size_t call(
const F& f) noexcept
static constexpr std::size_t call(
const F& f) noexceptDeclared at: libs/pika/functional/include/pika/functional/traits/get_function_address.hpp:20
Parameters
- const F& f