sparrow 2.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
Loading...
Searching...
No Matches
sparrow::nullable_get_fn Struct Reference

#include <nullable.hpp>

Public Member Functions

template<class N>
requires is_nullable_v<std::remove_cvref_t<N>>
constexpr decltype(auto) operator() (N &&nullable_value) const
 

Detailed Description

Definition at line 84 of file nullable.hpp.

Member Function Documentation

◆ operator()()

template<class N>
requires is_nullable_v<std::remove_cvref_t<N>>
decltype(auto) sparrow::nullable_get_fn::operator() ( N && nullable_value) const
inlineconstexpr

Definition at line 88 of file nullable.hpp.


The documentation for this struct was generated from the following file: