Skip to content
  • Kenneth Moreland's avatar
    Add support for initializer lists in Vec · ae8d994d
    Kenneth Moreland authored
    Add constructors to the `vtkm::Vec` classes that accept
    `std::initializer_list`. The main advantage of this addition is that it
    makes it much easier to initialize `Vec`s of arbitrary length.
    ae8d994d