Home
last modified time | relevance | path

Searched defs:value_or (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCustomizableOptional.h89 template <typename U> constexpr T value_or(U &&alt) const & { in value_or() function
97 template <typename U> T value_or(U &&alt) && { in value_or() function