![]() |
Shamrock 2025.10.0
Astrophysical Code
|
An argument containing a name and a value. More...
#include <shambase/include/shambase/exception_ctx.hpp>
Collaboration diagram for shambase::args_info:Public Member Functions | |
| template<class T > | |
| args_info (std::string name, const T &value) | |
Public Attributes | |
| std::string | name |
| std::string | value |
An argument containing a name and a value.
This struct is used to store the name and value of an argument when creating exceptions with context.
Definition at line 33 of file exception_ctx.hpp.
Definition at line 40 of file exception_ctx.hpp.
| std::string shambase::args_info::name |
Definition at line 34 of file exception_ctx.hpp.
| std::string shambase::args_info::value |
Definition at line 35 of file exception_ctx.hpp.