https://mooseframework.inl.gov
nlohmann
adl_serializer< AttributeVariant >
Static Public Member Functions
|
List of all members
nlohmann::adl_serializer< AttributeVariant > Struct Template Reference
#include <
JsonIO.h
>
Static Public Member Functions
static
void
to_json
(json &j, const
AttributeVariant
&data)
Detailed Description
template<>
struct nlohmann::adl_serializer< AttributeVariant >
Definition at line
77
of file
JsonIO.h
.
Member Function Documentation
◆
to_json()
static
void
nlohmann::adl_serializer<
AttributeVariant
>::to_json
(
json &
j
,
const
AttributeVariant
&
data
)
inline
static
Definition at line
79
of file
JsonIO.h
.
80
{
81
std::visit([&j](
const
auto
& value) { j =
value
; }, data);
82
}
value
Real value(unsigned n, unsigned alpha, unsigned beta, Real x)
The documentation for this struct was generated from the following file:
include/outputs/
JsonIO.h
Generated on Wed Jun 24 2026 08:17:10 for https://mooseframework.inl.gov by
1.8.14