clang 20.0.0git
Public Types | Public Member Functions | List of all members
clang::CustomizableOptional< T > Class Template Reference

#include "clang/Basic/CustomizableOptional.h"

Inheritance diagram for clang::CustomizableOptional< T >:
Inheritance graph
[legend]

Public Types

using value_type = T
 

Public Member Functions

constexpr CustomizableOptional ()=default
 
constexpr CustomizableOptional (std::nullopt_t)
 
constexpr CustomizableOptional (const T &y)
 
constexpr CustomizableOptional (const CustomizableOptional &O)=default
 
constexpr CustomizableOptional (