![]() |
Shamrock 2025.10.0
Astrophysical Code
|
A context containing a list of argument groups. More...
#include <shambase/include/shambase/exception_ctx.hpp>
Collaboration diagram for shambase::context:Public Member Functions | |
| template<typename... Args> | |
| context (Args &&...args_list) | |
Public Attributes | |
| std::vector< arg_group > | groups |
A context containing a list of argument groups.
This struct is used to group argument groups under a named section when creating exceptions with context.
Definition at line 72 of file exception_ctx.hpp.
|
inline |
Definition at line 78 of file exception_ctx.hpp.
| std::vector<arg_group> shambase::context::groups |
Definition at line 73 of file exception_ctx.hpp.