souffle  2.0.2-371-g6315b36
Public Types
souffle::detail::lambda_traits_helper< R(Args...)> Struct Template Reference

#include <FunctionalUtil.h>

Inheritance diagram for souffle::detail::lambda_traits_helper< R(Args...)>:
Inheritance graph
Collaboration diagram for souffle::detail::lambda_traits_helper< R(Args...)>:
Collaboration graph

Public Types

using result_type = R
 

Detailed Description

template<typename R, typename... Args>
struct souffle::detail::lambda_traits_helper< R(Args...)>

Definition at line 76 of file FunctionalUtil.h.

Member Typedef Documentation

◆ result_type

template<typename R , typename... Args>
using souffle::detail::lambda_traits_helper< R(Args...)>::result_type = R

Definition at line 77 of file FunctionalUtil.h.


The documentation for this struct was generated from the following file: