Iros
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
};
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