https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
nlohmann::adl_serializer< AttributeVariant > Struct Reference

#include <JsonIO.h>

Static Public Member Functions

static void to_json (json &j, const AttributeVariant &data)
 

Detailed Description

Definition at line 79 of file JsonIO.h.

Member Function Documentation

◆ to_json()

static void nlohmann::adl_serializer< AttributeVariant >::to_json ( json &  j,
const AttributeVariant data 
)
inlinestatic

Definition at line 81 of file JsonIO.h.

82 {
83 std::visit([&j](const auto & value) { j = value; }, data);
84 }
Real value(unsigned n, unsigned alpha, unsigned beta, Real x)

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