|
| static constexpr bool | is_null (std::unique_ptr< T > const &t) noexcept |
| |
| static constexpr std::unique_ptr< T > | null () |
| |
| static bool | is_null (std::unique_ptr< T > const &value) |
| | Is value a null?
|
| |
| static std::unique_ptr< T > | null () |
| | Return a null value.
|
| |
◆ is_null() [1/2]
template<typename T>
| static constexpr bool pqxx::nullness< std::unique_ptr< T > >::is_null |
( |
std::unique_ptr< T > const & | t | ) |
|
|
inlinestaticconstexprnoexcept |
◆ is_null() [2/2]
| static bool pqxx::nullness< std::unique_ptr< T >, void >::is_null |
( |
std::unique_ptr< T > const & | value | ) |
|
|
static |
◆ null() [1/2]
template<typename T>
| static constexpr std::unique_ptr< T > pqxx::nullness< std::unique_ptr< T > >::null |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ null() [2/2]
| static std::unique_ptr< T > pqxx::nullness< std::unique_ptr< T >, void >::null |
( |
| ) |
|
|
staticnodiscard |
Return a null value.
Don't use this in generic code to compare a value and see whether it is null. Some types may have multiple null values which do not compare as equal, or may define a null value which is not equal to anything including itself, like in SQL.
◆ always_null [1/2]
◆ always_null [2/2]
Is this type always null?
◆ has_null [1/2]
◆ has_null [2/2]
Does this type have a null value?
The documentation for this struct was generated from the following file:
- /builddir/build/BUILD/libpqxx-7.10.5-build/libpqxx-7.10.5/redhat-linux-build/include/pqxx/internal/conversions.hxx