Wayverb
wayverb::core::cl_representation< waveguide::error_code > Struct Template Referencefinal

Static Public Attributes

static constexpr auto value
 

Member Data Documentation

constexpr auto wayverb::core::cl_representation< waveguide::error_code >::value
static
Initial value:
= R"(
typedef enum {
id_success = 0,
id_inf_error = 1 << 0,
id_nan_error = 1 << 1,
id_outside_range_error = 1 << 2,
id_outside_mesh_error = 1 << 3,
id_suspicious_boundary_error = 1 << 4,
} error_code;
)"

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