Path: blob/main/contrib/llvm-project/libcxx/src/bind.cpp
35147 views
//===----------------------------------------------------------------------===//1//2// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.3// See https://llvm.org/LICENSE.txt for license information.4// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception5//6//===----------------------------------------------------------------------===//78#include <functional>910_LIBCPP_BEGIN_NAMESPACE_STD1112namespace placeholders {1314const __ph<1> _1{};15const __ph<2> _2{};16const __ph<3> _3{};17const __ph<4> _4{};18const __ph<5> _5{};19const __ph<6> _6{};20const __ph<7> _7{};21const __ph<8> _8{};22const __ph<9> _9{};23const __ph<10> _10{};2425} // namespace placeholders2627_LIBCPP_END_NAMESPACE_STD282930