SObjectizer 5.8
Loading...
Searching...
No Matches
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.
 

Detailed Description

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

Detector of lambda result and argument type.

Definition at line 41 of file lambda_traits.hpp.

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

Definition at line 49 of file lambda_traits.hpp.


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