Last change
on this file since 395 was
395,
checked in by epyon, 10 years ago
|
- bulk update
copyright update
include guards cleanup
core/common.hh -> common.hh
minor cleanups
|
File size:
702 bytes
|
Line | |
---|
1 | // Copyright (C) 2015 ChaosForge Ltd
|
---|
2 | // http://chaosforge.org/
|
---|
3 | //
|
---|
4 | // This file is part of Nova libraries.
|
---|
5 | // For conditions of distribution and use, see copying.txt file in root folder.
|
---|
6 | /**
|
---|
7 | * @file functional.hh
|
---|
8 | * @author Kornel Kisielewicz epyon@chaosforge.org
|
---|
9 | * @brief functional
|
---|
10 | */
|
---|
11 |
|
---|
12 | #ifndef NV_STL_FUNCTIONAL_HH
|
---|
13 | #define NV_STL_FUNCTIONAL_HH
|
---|
14 |
|
---|
15 | #include <nv/stl/functional/common.hh>
|
---|
16 | #include <nv/stl/functional/hash.hh>
|
---|
17 | #include <nv/stl/functional/reference.hh>
|
---|
18 | #include <nv/stl/functional/bitwise_ops.hh>
|
---|
19 | #include <nv/stl/functional/logical_ops.hh>
|
---|
20 | #include <nv/stl/functional/arithmetic_ops.hh>
|
---|
21 | #include <nv/stl/functional/comparisons.hh>
|
---|
22 |
|
---|
23 | #endif // NV_STL_FUNCTIONAL_HH
|
---|
Note: See
TracBrowser
for help on using the repository browser.