codex
Loading...
Searching...
No Matches
codex::refl::detail::field_storage< S, I, T > Class Template Reference

Ultimate class for the storage of each field. More...

#include <soa.hpp>

Inheritance diagram for codex::refl::detail::field_storage< S, I, T >:
Collaboration diagram for codex::refl::detail::field_storage< S, I, T >:

Static Protected Attributes

static constexpr auto index = I
 

Detailed Description

template<typename S, std::size_t I, typename T>
class codex::refl::detail::field_storage< S, I, T >

Ultimate class for the storage of each field.

Template Parameters
SThe storage descriptor.
TThe type of the field.
IIndex of the type in the containing structure.

Member Data Documentation

◆ index

template<typename S , std::size_t I, typename T >
static constexpr auto codex::refl::detail::field_storage< S, I, T >::index = I
staticconstexprprotected

The documentation for this class was generated from the following files: