1#ifndef LSST_GAUSS2D_FIT_PYBIND11_UTILS_H
2#define LSST_GAUSS2D_FIT_PYBIND11_UTILS_H
6namespace lsst::gauss2d::fit {
9constexpr std::string_view suffix_type();
12constexpr std::string_view suffix_type<double>() {
17std::string suffix_type_str() {
18 return std::string(suffix_type<T>());