Loading [MathJax]/extensions/tex2jax.js
Iros
▼
Iros
►
Iros Project Documentation
►
Namespaces
►
Concepts
►
Classes
▼
Files
▼
File List
►
docs
►
iris
▼
libs
►
ccpp
▼
di
▼
include
▼
di
►
any
►
assert
►
bit
►
chrono
►
cli
►
container
►
exec
►
execution
►
format
►
function
►
io
►
math
►
meta
►
parser
►
platform
►
random
►
reflect
►
serialization
►
sync
►
types
►
util
▼
vocab
►
array
►
bytes
►
error
►
expected
►
md
►
optional
►
pointer
►
span
▼
tuple
►
apply.h
►
enable_generate_structed_bindings.h
►
forward_as_tuple.h
►
make_decayed_tuple.h
►
make_from_tuple.h
►
make_tuple.h
►
prelude.h
std_structed_binding.h
►
tie.h
►
tuple.h
►
tuple_cat.h
►
tuple_element.h
►
tuple_elements.h
►
tuple_for_each.h
tuple_forward_declaration.h
►
tuple_impl.h
►
tuple_like.h
►
tuple_sequence.h
►
tuple_size.h
►
tuple_transform.h
►
tuple_value.h
►
variant
prelude.h
►
dius
►
diusaudio
►
diusgfx
►
ttx
►
userland
►
File Members
GitHub
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Concepts
Loading...
Searching...
No Matches
forward_as_tuple.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
di/util/forward.h
"
4
#include "
di/vocab/tuple/tuple.h
"
5
6
namespace
di::vocab
{
7
template
<
typename
... Args>
8
constexpr
auto
forward_as_tuple
(Args&&... args) ->
Tuple
<Args&&...> {
9
return
Tuple
<Args&&...>(util::forward<Args>(args)...);
10
}
8
constexpr
auto
forward_as_tuple
(Args&&... args) ->
Tuple
<Args&&...> {
…
}
11
}
12
13
namespace
di
{
14
using
vocab::forward_as_tuple
;
15
}
di::vocab::Tuple
Definition
tuple_forward_declaration.h:5
forward.h
di::vocab
Definition
lazy.h:165
di::vocab::forward_as_tuple
constexpr auto forward_as_tuple(Args &&... args) -> Tuple< Args &&... >
Definition
forward_as_tuple.h:8
di
Definition
zstring_parser.h:9
tuple.h
libs
di
include
di
vocab
tuple
forward_as_tuple.h
Generated by
1.13.0