LLVM
20.0.0git
lib
Support
Optional.cpp
Go to the documentation of this file.
1
//===- Optional.cpp - Optional values ---------------------------*- C++ -*-===//
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
#include "
llvm/Support/raw_ostream.h
"
10
11
llvm::raw_ostream
&
llvm::operator<<
(
raw_ostream
&
OS
, std::nullopt_t) {
12
return
OS
<<
"None"
;
13
}
OS
raw_pwrite_stream & OS
Definition:
SampleProfWriter.cpp:53
llvm::raw_ostream
This class implements an extremely fast bulk output stream that can only output to a stream.
Definition:
raw_ostream.h:52
llvm::operator<<
raw_ostream & operator<<(raw_ostream &OS, const APFixedPoint &FX)
Definition:
APFixedPoint.h:292
raw_ostream.h
Generated on Sun Nov 17 2024 18:00:41 for LLVM by
1.9.6