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

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