ampsci
c++ program for high-precision atomic structure calculations of single-valence systems
Public Attributes | Friends | List of all members
IO::Option

Simple struct; holds key-value pair, both strings. == compares key. More...

#include <InputBlock.hpp>

Public Attributes

std::string key
 
std::string value_str
 

Friends

bool operator== (Option option, std::string_view tkey)
 
bool operator== (std::string_view tkey, Option option)
 
bool operator!= (Option option, std::string_view tkey)
 
bool operator!= (std::string_view tkey, Option option)
 

Detailed Description

Simple struct; holds key-value pair, both strings. == compares key.


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