AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::inlet::detail::FunctionBuffer Struct Reference

#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/latest/src/axom/inlet/Function.hpp>

Public Attributes

std::uint8_t m_bytes [Size]
 

Static Public Attributes

static constexpr size_t Alignment = alignof(std::function<void()>)
 
static constexpr size_t Size = sizeof(std::function<void()>)
 

Member Data Documentation

◆ Alignment

constexpr size_t axom::inlet::detail::FunctionBuffer::Alignment = alignof(std::function<void()>)
staticconstexpr

◆ Size

constexpr size_t axom::inlet::detail::FunctionBuffer::Size = sizeof(std::function<void()>)
staticconstexpr

◆ m_bytes

std::uint8_t axom::inlet::detail::FunctionBuffer::m_bytes[Size]

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