Lumiera  0.pre.03
»edit your freedom«
_Type< std::tuple< TYPES... > > Struct Template Reference

Description

template<typename... TYPES>
struct steam::control::bind_arg::_Type< std::tuple< TYPES... > >

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

Public Types

using Args = typename Types< TYPES... >::Seq
 
using ArgTuple = std::tuple< TYPES... >
 
using Ret = void
 
using Sig = typename BuildFunType< void, Args >::Sig
 

Member Typedef Documentation

◆ Args

using Args = typename Types<TYPES...>::Seq

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

◆ Ret

using Ret = void

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

◆ Sig

using Sig = typename BuildFunType<void, Args>::Sig

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

◆ ArgTuple

using ArgTuple = std::tuple<TYPES...>

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

+ Collaboration diagram for _Type< std::tuple< TYPES... > >:

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