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

Tag selecting allocation without value-initializing the elements. More...

#include <buffer.hpp>

Public Member Functions

constexpr uninitialized_t ()=default

Detailed Description

Tag selecting allocation without value-initializing the elements.

This is only valid for trivially destructible, implicit-lifetime element types. Every element must be written before it is read.

Definition at line 64 of file buffer.hpp.

Constructor & Destructor Documentation

◆ uninitialized_t()

sparrow::uninitialized_t::uninitialized_t ( )
explicitconstexprdefault

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