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

Static Public Attributes

static constexpr auto value
 

Member Data Documentation

constexpr auto wayverb::core::cl_representation< waveguide::boundary_type >::value
static
Initial value:
= R"(
typedef enum {
id_none = 0,
id_inside = 1 << 0,
id_nx = 1 << 1,
id_px = 1 << 2,
id_ny = 1 << 3,
id_py = 1 << 4,
id_nz = 1 << 5,
id_pz = 1 << 6,
id_reentrant = 1 << 7,
} boundary_type;
)"

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