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:
714 bytes
|
Rev | Line | |
---|
[386] | 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 | * @file functional.hh
|
---|
| 8 | * @author Kornel Kisielewicz epyon@chaosforge.org
|
---|
| 9 | * @brief functional
|
---|
| 10 | */
|
---|
| 11 | // TODO : implement
|
---|
| 12 |
|
---|
| 13 | #ifndef NV_STL_FUNCTIONAL_HH
|
---|
| 14 | #define NV_STL_FUNCTIONAL_HH
|
---|
| 15 |
|
---|
[387] | 16 | #include <nv/stl/functional/common.hh>
|
---|
[386] | 17 | #include <nv/stl/functional/hash.hh>
|
---|
[387] | 18 | #include <nv/stl/functional/reference.hh>
|
---|
| 19 | #include <nv/stl/functional/bitwise_ops.hh>
|
---|
| 20 | #include <nv/stl/functional/logical_ops.hh>
|
---|
| 21 | #include <nv/stl/functional/arithmetic_ops.hh>
|
---|
| 22 | #include <nv/stl/functional/comparisons.hh>
|
---|
[386] | 23 |
|
---|
| 24 | #endif // NV_STL_TYPE_TRAITS_HH
|
---|
Note: See
TracBrowser
for help on using the repository browser.