Warning: This file is not a C or C++ file. It does not have highlighting.

1//===----------------------------------------------------------------------===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#ifndef _LIBCPP___CXX03___UTILITY_SMALL_BUFFER_H
10#define _LIBCPP___CXX03___UTILITY_SMALL_BUFFER_H
11
12#include <__cxx03/__config>
13#include <__cxx03/__memory/construct_at.h>
14#include <__cxx03/__type_traits/decay.h>
15#include <__cxx03/__type_traits/is_trivially_constructible.h>
16#include <__cxx03/__type_traits/is_trivially_destructible.h>
17#include <__cxx03/__utility/exception_guard.h>
18#include <__cxx03/__utility/forward.h>
19#include <__cxx03/cstddef>
20#include <__cxx03/new>
21
22#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
23# pragma GCC system_header
24#endif
25
26#endif // _LIBCPP___CXX03___UTILITY_SMALL_BUFFER_H
27

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of libcxx/include/__cxx03/__utility/small_buffer.h