FleCSI User API Version: 2.3.0
 
Loading...
Searching...
No Matches
cast Struct Reference

Aggregate helper that converts to any type via get. More...

Public Attributes

const std::byte * e
 The pointer at which to end deserialization, if known.
 
const std::byte *& p
 The pointer from which to get.
 

Detailed Description

Aggregate helper that converts to any type via get.

Member Data Documentation

◆ p

const std::byte*& p

The pointer from which to get.

◆ e

const std::byte * e

The pointer at which to end deserialization, if known.