fmatvec  0.0.0
fmatvec::AST::ByteCode Struct Reference

Public Types

using Arg = boost::container::small_vector< double *, N >
 

Public Member Functions

 ByteCode (size_t n)
 
 ByteCode (const ByteCode &)=delete
 
 ByteCode (ByteCode &&) noexcept
 
ByteCodeoperator= (const ByteCode &)=delete
 
ByteCodeoperator= (ByteCode &&)=delete
 

Public Attributes

std::function< void(double *, const Arg &)> func
 
double retValue
 
double * retPtr
 
Arg argsPtr
 

Static Public Attributes

static constexpr size_t N { 12 }
 

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