R3BROOT
R3B analysis software
|
#include <boost/program_options.hpp>
#include <fmt/format.h>
#include <iostream>
#include <optional>
#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 |