opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
opyn::ScalingParameters Class Referencefinal

#include <scaling_parameters.h>

Public Member Functions

template<std::same_as< double > T>
std::optional< T > lookup (const std::string &key) const
 
auto begin () const
 
auto end () const
 
auto try_emplace (const std::string &name, const ScalingParameterValue &value)
 
auto insert_or_assign (const std::string &name, const ScalingParameterValue &value)
 

Member Function Documentation

◆ begin()

auto opyn::ScalingParameters::begin ( ) const
inline

◆ end()

auto opyn::ScalingParameters::end ( ) const
inline

◆ insert_or_assign()

auto opyn::ScalingParameters::insert_or_assign ( const std::string &  name,
const ScalingParameterValue value 
)
inline

◆ lookup()

template<std::same_as< double > T>
std::optional< T > opyn::ScalingParameters::lookup ( const std::string &  key) const
inline

◆ try_emplace()

auto opyn::ScalingParameters::try_emplace ( const std::string &  name,
const ScalingParameterValue value 
)
inline

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