SObjectizer  5.7
Public Types | List of all members
so_5::details::lambda_traits::traits< L > Struct Template Reference

Detector of lambda result and argument type. More...

#include <lambda_traits.hpp>

Public Types

using pass_by_type = L
 Type to be used to pass lambda as argument to another function. More...
 

Detailed Description

template<typename L>
struct so_5::details::lambda_traits::traits< L >

Detector of lambda result and argument type.

Member Typedef Documentation

◆ pass_by_type

template<typename L >
using so_5::details::lambda_traits::traits< L >::pass_by_type = L

Type to be used to pass lambda as argument to another function.

Since
v.5.5.22

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