Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/c++/v1/__cxx03/experimental/utility is written in an unsupported language. File is not indexed.

0001 // -*- C++ -*-
0002 //===----------------------------------------------------------------------===//
0003 //
0004 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
0005 // See https://llvm.org/LICENSE.txt for license information.
0006 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
0007 //
0008 //===----------------------------------------------------------------------===//
0009 
0010 #ifndef _LIBCPP___CXX03_EXPERIMENTAL_UTILITY
0011 #define _LIBCPP___CXX03_EXPERIMENTAL_UTILITY
0012 
0013 /*
0014     experimental/utility synopsis
0015 
0016 // C++1y
0017 
0018 #include <__cxx03/utility>
0019 
0020 namespace std {
0021 namespace experimental {
0022 inline namespace fundamentals_v1 {
0023 
0024   3.1.2, erased-type placeholder
0025   struct erased_type { };
0026 
0027 } // namespace fundamentals_v1
0028 } // namespace experimental
0029 } // namespace std
0030 
0031  */
0032 
0033 #include <__cxx03/experimental/__config>
0034 #include <__cxx03/utility>
0035 
0036 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
0037 #  pragma GCC system_header
0038 #endif
0039 
0040 _LIBCPP_BEGIN_NAMESPACE_LFTS
0041 
0042 struct _LIBCPP_TEMPLATE_VIS erased_type {};
0043 
0044 _LIBCPP_END_NAMESPACE_LFTS
0045 
0046 #endif /* _LIBCPP___CXX03_EXPERIMENTAL_UTILITY */