Stores the argument type and string representation of a parameter. More...
#include <param.hpp>
Public Member Functions | |
constexpr | Param (const std::string_view &name) |
C'tor that stores the original parameter name and its type as template parameter. | |
Public Attributes | |
std::string_view | scipName |
Original name of the parameter in SCIP. | |
Stores the argument type and string representation of a parameter.
baseType | Parameter value type. |
|
inlineexplicitconstexpr |
std::string_view scippp::params::Param< baseType >::scipName |