https://mooseframework.inl.gov
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 
)
inlinestatic

Definition at line 79 of file JsonIO.h.

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

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