|
R3BROOT
R3B analysis software
|
#include <boost/program_options.hpp>#include <boost/program_options/options_description.hpp>#include <boost/program_options/positional_options.hpp>#include <boost/program_options/variables_map.hpp>#include <cstdlib>#include <fmt/core.h>#include <iostream>#include <memory>#include <optional>#include <stdexcept>#include <string>#include <string_view>#include <type_traits>#include <unordered_map>#include <utility>

Go to the source code of this file.
Classes | |
| struct | R3B::is_bool< typename > |
| struct | R3B::is_bool< bool > |
| struct | R3B::IsString< T, typename > |
| struct | R3B::IsString< T, std::void_t< decltype(std::string_view{ std::declval< T >() })> > |
| class | R3B::ProgramOptions |
| class | R3B::OptionConcept |
| class | R3B::Option< Type > |
| class | R3B::OptionHandle< Type > |
Namespaces | |
| namespace | R3B |
Variables | |
| template<typename T> | |
| constexpr bool | R3B::IsString_v = IsString<T>::value |