#include <conversions.hxx>
|
| static constexpr bool | has_null = true |
| |
| static constexpr bool | always_null = pqxx::always_null<T>() |
| | Technically, you could have an optional of an always-null type. More...
|
| |
◆ is_null()
template<typename T >
|
|
inlinestaticconstexprnoexcept |
◆ null()
template<typename T >
|
|
inlinestaticconstexprnoexcept |
◆ always_null
template<typename T >
| constexpr bool pqxx::nullness< std::optional< T > >::always_null = pqxx::always_null<T>() |
|
staticconstexpr |
Technically, you could have an optional of an always-null type.
◆ has_null
The documentation for this struct was generated from the following file: