SCIP++ refs/heads/main
 
Loading...
Searching...
No Matches
scippp::params::Param< baseType > Struct Template Reference

Stores the argument type and string representation of a parameter. More...

#include <param.hpp>

Collaboration diagram for scippp::params::Param< baseType >:
[legend]

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.
 

Detailed Description

template<typename baseType>
struct scippp::params::Param< baseType >

Stores the argument type and string representation of a parameter.

Since
1.0.0
Template Parameters
baseTypeParameter value type.

Definition at line 14 of file param.hpp.

Constructor & Destructor Documentation

◆ Param()

template<typename baseType >
constexpr scippp::params::Param< baseType >::Param ( const std::string_view &  name)
inlineexplicitconstexpr

C'tor that stores the original parameter name and its type as template parameter.

Since
1.0.0
Parameters
nameOriginal name of the parameter in SCIP.

Definition at line 22 of file param.hpp.

Member Data Documentation

◆ scipName

template<typename baseType >
std::string_view scippp::params::Param< baseType >::scipName

Original name of the parameter in SCIP.

Definition at line 16 of file param.hpp.


The documentation for this struct was generated from the following file: