source: trunk/nv/stl/functional.hh @ 395

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
RevLine 
[386]1// Copyright (C) 2015 ChaosForge Ltd
2// http://chaosforge.org/
3//
[395]4// This file is part of Nova libraries.
5// For conditions of distribution and use, see copying.txt file in root folder.
[386]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
[387]15#include <nv/stl/functional/common.hh>
[386]16#include <nv/stl/functional/hash.hh>
[387]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>
[386]22
[395]23#endif // NV_STL_FUNCTIONAL_HH
Note: See TracBrowser for help on using the repository browser.