xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
unused.h
Go to the documentation of this file.
1
4
#pragma once
6
namespace
xtd
{
17
template
<
typename
...args_t>
18
void
unused
(args_t&& ... args) {}
19
30
#define unused_ \
31
xtd::unused
32
}
xtd::unused
void unused(args_t &&... args)
It may be used to suppress the "unused variable" or "unused local typedefs" compiler warnings when th...
Definition
unused.h:18
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
xtd_about_box.h:10
Generated on Thu Oct 17 2024 16:02:59 for xtd by
Gammasoft
. All rights reserved.