sparrow 1.0.0
Loading...
Searching...
No Matches
null_array.hpp File Reference
Include dependency graph for null_array.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sparrow::empty_iterator< T >
 Iterator for null arrays where all elements are null. More...
 
struct  sparrow::detail::get_data_type_from_array< null_array >
 
class  sparrow::null_array
 Memory-efficient array implementation for null data types. More...
 

Namespaces

namespace  sparrow
 
namespace  sparrow::detail
 

Functions

SPARROW_API bool sparrow::operator== (const null_array &lhs, const null_array &rhs)
 Equality comparison operator for null arrays.
 

Variables

template<class T>
constexpr bool sparrow::is_null_array_v = std::same_as<T, null_array>
 Type trait to check if a type is a null_array.