template <uint32_t Size>
struct Big_kernel
Base classes
Methods
  • operator!=(const Big_kernel & rhs) const -> bool
  • operator==(const Big_kernel & rhs) const -> bool
  • data() const -> std::vector< Datum >
  • read(sbn::kernel_buffer & in) -> voidvirtual
  • write(sbn::kernel_buffer & out) const -> voidvirtual
  • act() -> voidvirtual

    Performs the task or launches subordinate kernels to do so.

  • ~Big_kernel()virtual
  • Big_kernel()
Friends
  • operator<<