R3BROOT
R3B analysis software
Loading...
Searching...
No Matches
R3BProgramOptions.h File Reference
#include <boost/program_options.hpp>
#include <fmt/format.h>
#include <iostream>
#include <optional>
#include <unordered_map>
#include <utility>
Include dependency graph for R3BProgramOptions.h:
This graph shows which files directly or indirectly include this file:

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