![]() |
Shamrock 2025.10.0
Astrophysical Code
|
A context group containing a section name and a list of arguments. More...
#include <shambase/include/shambase/exception_ctx.hpp>
Collaboration diagram for shambase::arg_group:Public Member Functions | |
| template<typename... Args> | |
| arg_group (std::string name, Args &&...args_list) | |
Public Attributes | |
| std::string | section_name |
| std::vector< args_info > | args |
A context group containing a section name and a list of arguments.
This struct is used to group arguments under a named section when creating exceptions with context.
Definition at line 55 of file exception_ctx.hpp.
|
inline |
Definition at line 62 of file exception_ctx.hpp.
| std::vector<args_info> shambase::arg_group::args |
Definition at line 57 of file exception_ctx.hpp.
| std::string shambase::arg_group::section_name |
Definition at line 56 of file exception_ctx.hpp.