tlx
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
unused.hpp
Go to the documentation of this file.
1
/*******************************************************************************
2
* tlx/unused.hpp
3
*
4
* Part of tlx - http://panthema.net/tlx
5
*
6
* Copyright (C) 2015-2017 Timo Bingmann <tb@panthema.net>
7
*
8
* All rights reserved. Published under the Boost Software License, Version 1.0
9
******************************************************************************/
10
11
#ifndef TLX_UNUSED_HEADER
12
#define TLX_UNUSED_HEADER
13
14
namespace
tlx
{
15
16
/******************************************************************************/
17
// UNUSED(variables...)
18
19
template
<
typename
... Types>
20
void
unused
(Types&& ...) { }
21
22
}
// namespace tlx
23
24
#endif // !TLX_UNUSED_HEADER
25
26
/******************************************************************************/
tlx
Definition:
exclusive_scan.hpp:17
tlx::unused
void unused(Types &&...)
Definition:
unused.hpp:20
tlx
unused.hpp
Generated on Sat Oct 2 2021 20:29:00 for tlx by
1.8.11