Lumiera  0.pre.03
»edit your freedom«
_Type< SIG > Struct Template Reference

Description

template<typename SIG>
struct steam::control::bind_arg::_Type< SIG >

Definition at line 496 of file argument-tuple-accept.hpp.

Public Types

using Args = typename _Fun< SIG >::Args
 
using ArgTuple = Tuple< Args >
 
using Ret = typename _Fun< SIG >::Ret
 
using Sig = SIG
 

Member Typedef Documentation

◆ Args

using Args = typename _Fun<SIG>::Args

Definition at line 498 of file argument-tuple-accept.hpp.

◆ Ret

using Ret = typename _Fun<SIG>::Ret

Definition at line 499 of file argument-tuple-accept.hpp.

◆ Sig

using Sig = SIG

Definition at line 500 of file argument-tuple-accept.hpp.

◆ ArgTuple

using ArgTuple = Tuple<Args>

Definition at line 501 of file argument-tuple-accept.hpp.

+ Collaboration diagram for _Type< SIG >:

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