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

#include <FunctionalUtil.h>

Collaboration diagram for souffle::detail::lambda_traits_helper< R(A0)>:
Collaboration graph

Public Types

using arg0_type = A0
 
using result_type = R
 

Detailed Description

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

Definition at line 63 of file FunctionalUtil.h.

Member Typedef Documentation

◆ arg0_type

template<typename R , typename A0 >
using souffle::detail::lambda_traits_helper< R(A0)>::arg0_type = A0

Definition at line 65 of file FunctionalUtil.h.

◆ result_type

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

Definition at line 64 of file FunctionalUtil.h.


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