| 
| enum   | : bool {  
  width_32_bits = false, 
 
  width_64_bits = true
 
 } | 
|   | 
| enum   | : bool {  
  dont_compress = false, 
 
  do_compress = true
 
 } | 
|   | 
| enum   | : bool {  
  only_compress_large_objects = false, 
 
  compression_for_everything = true
 
 } | 
|   | 
| enum   | ecosystem_t {  
  cuda, 
 
  opencl
 
 } | 
|   | 
| enum   | host_os_t {  
  windows, 
 
  linux
 
 } | 
|   | 
 | 
| 
optional< bool >  | use_64_bit_entry_width {width_64_bits} | 
|   | 
| 
optional< bool >  | compress {do_compress} | 
|   | 
| 
optional< bool >  | apply_compression_to_small_objects {only_compress_large_objects} | 
|   | 
| 
optional< ecosystem_t >  | ecosystem | 
|   | 
| 
optional< host_os_t >  | targeted_host_os | 
|   | 
The documentation for this struct was generated from the following file: