#include <electromagnetism.h>
 | 
| static constexpr auto  | symbol = "V"sv | 
|   | 
| static constexpr auto  | name = "volt"sv | 
|   | 
| static constexpr std::string_view  | symbol = "?"sv | 
|   | Symbol of the unit (e.g. "A").  More...
  | 
|   | 
| static constexpr std::string_view  | name = "unknown"sv | 
|   | Long name of unit (e.g. "ampere").  More...
  | 
|   | 
Definition at line 42 of file electromagnetism.h.
 
  
  
      
        
          | constexpr auto util::quantities::units::Volt::name = "volt"sv | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | constexpr auto util::quantities::units::Volt::symbol = "V"sv | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this struct was generated from the following file: