Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
shambase::args_info Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ args_info()

template<class T >
shambase::args_info::args_info ( std::string  name,
const T &  value 
)
inline

Definition at line 40 of file exception_ctx.hpp.

Member Data Documentation

◆ name

std::string shambase::args_info::name

Definition at line 34 of file exception_ctx.hpp.

◆ value

std::string shambase::args_info::value

Definition at line 35 of file exception_ctx.hpp.


The documentation for this struct was generated from the following file: