|
fmatvec
0.0.0
|
Public Types | |
| using | Arg = boost::container::small_vector< double *, N > |
Public Member Functions | |
| ByteCode (size_t n) | |
| ByteCode (const ByteCode &)=delete | |
| ByteCode (ByteCode &&) noexcept | |
| ByteCode & | operator= (const ByteCode &)=delete |
| ByteCode & | operator= (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 } |