xtd 0.2.0
Loading...
Searching...
No Matches
unused.h
Go to the documentation of this file.
1
4#pragma once
6namespace xtd {
17 template <typename ...args_t>
18 void unused(args_t&& ... args) {}
19
30#define unused_ \
31 xtd::unused
32}
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
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10