ppap4lmp  0.7.2
pyargs_to_vec.h File Reference

This file has a definition of utils::pyargs_to_vec. More...

#include <alias/std.h>
#include <alias/pybind.h>
Include dependency graph for pyargs_to_vec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 utils
 Namespace for utility functions.
 

Functions

template<typename T >
void utils::pyargs_to_vec (const py::args &args, Vec< T > &vec)
 Convert a py::args (a variable number arguments) object to a Vec object. More...
 

Detailed Description

This file has a definition of utils::pyargs_to_vec.

Author
Takayuki Kobayashi
Date
2018/09/03

Definition in file pyargs_to_vec.h.