PrintTo | Write the specified value to the specified *stream, surrounded by double quotes. |
make_optional | Return an optional containing a value constructed from the arguments. |
make_optional | Return an optional object containing a value-initialized t_TYPE object. |
make_optional | Return an optional containing a value constructed from the arguments. |
make_optional | Return an optional containing a value constructed from the arguments. |
make_optional | Return an optional containing a value constructed from the arguments. |
make_optional | Return an optional containing a value constructed from the arguments. |
make_optional | Return an optional containing a value constructed from the arguments. |
operator!= | Return whether the operands do not have the same value. |
operator!= | Return whether the operands do not have the same value. |
operator!= | Return whether the operands do not have the same value. |
operator< | Return whether the left-hand operand is ordered before the right. |
operator< | Return whether the left-hand operand is ordered before the right. |
operator< | Return whether the left-hand operand is ordered before the right. |
operator<= | Return whether the left-hand operand is before or equal to the right. |
operator<= | Return whether the left-hand operand is before or equal to the right. |
operator<= | Return whether the left-hand operand is before or equal to the right. |
operator<=> | Perform a three-way comparison of the operands. |
operator<=> | Perform a three-way comparison of the operands. |
operator<=> | Perform a three-way comparison of the operands. |
operator<=> | Perform a three-way comparison of the operands. |
operator== | Return whether the operands have the same value. |
operator== | Return whether the operands have the same value. |
operator== | Compare a std::optional with a bsl::optional for equality. |
operator== | Return whether the operands have the same value. |
operator> | Return whether the left-hand operand is ordered after the right. |
operator> | Return whether the left-hand operand is ordered after the right. |
operator> | Return whether the left-hand operand is ordered after the right. |
operator>= | Return whether the left-hand operand is after or equal to the right. |
operator>= | Return whether the left-hand operand is after or equal to the right. |
operator>= | Return whether the left-hand operand is after or equal to the right. |
swap | Exchange the values of two optionals. |
swap | Exchange the values of two optionals. |
swap | Exchange the values of two optionals. |
::BloombergLP::bdlb::nullableValue_acceptsBslOptional | Component-private constraint helper for bsl::optional conversion. |
::BloombergLP::bdlb::operator!= | Return true if the specified nullable objects do not have the same value. |
::BloombergLP::bdlb::operator!= | Return true if the specified nullable objects do not have the same value. |
::BloombergLP::bdlb::operator< | Return true if lhs is ordered before rhs, and false otherwise. |
::BloombergLP::bdlb::operator< | Return whether the left-hand operand is ordered before the right. |
::BloombergLP::bdlb::operator<= | Return whether the left-hand operand is before or equal to the right. |
::BloombergLP::bdlb::operator<= | Return true if lhs is ordered before rhs or they are equal. |
::BloombergLP::bdlb::operator== | Return true if the specified nullable objects have the same value. |
::BloombergLP::bdlb::operator== | Return true if the specified nullable objects have the same value, and false otherwise. |
::BloombergLP::bdlb::operator> | Return true if lhs is ordered after rhs, and false otherwise. |
::BloombergLP::bdlb::operator> | Return whether the left-hand operand is ordered after the right. |
::BloombergLP::bdlb::operator>= | Return whether the left-hand operand is after or equal to the right. |
::BloombergLP::bdlb::operator>= | Return true if lhs is ordered after rhs or they are equal. |
::BloombergLP::bslstl::optional_acceptsBslOptional | Component-private constraint helper for Optional_DerivedFromBslOptional. |