blace.ai
blace::ops::FromIntListOp Class Reference

#include <public_ops.h>

Inheritance diagram for blace::ops::FromIntListOp:

Public Member Functions

 FromIntListOp (std::vector< int64_t > val)
 

Detailed Description

Class to construct a node from a list of integers.

Constructor & Destructor Documentation

◆ FromIntListOp()

blace::ops::FromIntListOp::FromIntListOp ( std::vector< int64_t >  val)

Constructs an operator which holds an integer list.

Parameters
valThe integer list.