|
ampsci
High-precision calculations for one- and two-valence atomic 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.