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 | * @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 |
|
---|
16 | #include <nv/core/common.hh>
|
---|
17 | #include <nv/stl/functional/hash.hh>
|
---|
18 |
|
---|
19 | #endif // NV_STL_TYPE_TRAITS_HH
|
---|
Note: See
TracBrowser
for help on using the repository browser.