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
►
container
►
monad
►
as_bool.h
►
between_exclusive.h
►
between_inclusive.h
►
bind_back.h
►
bind_front.h
►
bit_and.h
►
chain.h
►
compare.h
►
compare_backwards.h
►
compose.h
►
curry.h
►
curry_back.h
►
dereference.h
►
equal.h
►
equal_or_greater.h
►
equal_or_less.h
►
flip.h
►
generator.h
►
greater.h
►
identity.h
►
index_dispatch.h
►
into_void.h
►
invoke.h
►
less.h
►
make_deferred.h
►
minus.h
►
multiplies.h
►
not_equal.h
►
not_fn.h
►
overload.h
►
pipeable.h
►
piped.h
►
pipeline.h
►
plus.h
prelude.h
►
proj.h
►
tag_invoke.h
►
template_for.h
►
uncurry.h
►
unpack.h
►
value.h
►
ycombinator.h
►
io
►
math
►
meta
►
parser
►
platform
►
random
►
reflect
►
serialization
►
sync
►
types
►
util
►
vocab
►
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
into_void.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
di::function
{
4
namespace
detail
{
5
struct
IntoVoidFunction
{
6
template
<
typename
... Args>
7
constexpr
void
operator()
(Args&&...)
const
{}
8
};
5
struct
IntoVoidFunction
{
…
};
9
}
10
11
constexpr
inline
auto
into_void
=
detail::IntoVoidFunction
{};
12
}
13
14
namespace
di
{
15
using
function::into_void
;
16
}
di::function::detail
Definition
bind_back.h:16
di::function
Definition
as_bool.h:8
di::function::into_void
constexpr auto into_void
Definition
into_void.h:11
di
Definition
zstring_parser.h:9
di::function::detail::IntoVoidFunction
Definition
into_void.h:5
di::function::detail::IntoVoidFunction::operator()
constexpr void operator()(Args &&...) const
Definition
into_void.h:7
libs
di
include
di
function
into_void.h
Generated by
1.13.0