Last change
on this file since 387 was
387,
checked in by epyon, 10 years ago
|
- utility - pair/make_pair, split into sub headers
- functional - function objects, reference_wrapper, ref, cref
|
File size:
492 bytes
|
Line | |
---|
1 | // Copyright (C) 2015 ChaosForge Ltd
|
---|
2 | // http://chaosforge.org/
|
---|
3 | //
|
---|
4 | // This file is part of NV Libraries.
|
---|
5 | // For conditions of distribution and use, see copyright notice in nv.hh
|
---|
6 |
|
---|
7 | /**
|
---|
8 | * @file common.hh
|
---|
9 | * @author Kornel Kisielewicz epyon@chaosforge.org
|
---|
10 | * @brief functional common
|
---|
11 | */
|
---|
12 |
|
---|
13 | #ifndef NV_STL_FUNCTIONAL_COMMON_HH
|
---|
14 | #define NV_STL_FUNCTIONAL_COMMON_HH
|
---|
15 |
|
---|
16 | #include <nv/core/common.hh>
|
---|
17 |
|
---|
18 | namespace nv
|
---|
19 | {
|
---|
20 | struct is_transparent_t {};
|
---|
21 | }
|
---|
22 |
|
---|
23 | #endif // NV_STL_FUNCTIONAL_COMMON_HH
|
---|
Note: See
TracBrowser
for help on using the repository browser.