8#ifndef SEN_LIBS_DB_BINDINGS_PYTHON_VARIANT_CONVERSION_H
9#define SEN_LIBS_DB_BINDINGS_PYTHON_VARIANT_CONVERSION_H
15#include <pybind11/pybind11.h>
16#include <pybind11/pytypes.h>
Can hold any supported value type. Wraps std::variant to allow recursion and implements some helpers.
Definition var.h:119
pybind11::object toPython(const sen::Var &var)