ampsci
c++ program for high-precision atomic structure calculations of single-valence systems
|
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) |
Simple struct; holds key-value pair, both strings. == compares key.