source: mainline/uspace/lib/cpp/include/functional@ e49d0ac

Last change on this file since e49d0ac was b57ba05, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 3 years ago

Update headers in C++ files

  • Property mode set to 100644
File size: 409 bytes
Line 
1/*
2 * SPDX-FileCopyrightText: 2018 Jaroslav Jindrak
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <__bits/functional/arithmetic_operations.hpp>
8#include <__bits/functional/bind.hpp>
9#include <__bits/functional/function.hpp>
10#include <__bits/functional/functional.hpp>
11#include <__bits/functional/invoke.hpp>
12#include <__bits/functional/hash.hpp>
13#include <__bits/functional/reference_wrapper.hpp>
Note: See TracBrowser for help on using the repository browser.