#include <CapabilityUtils.h>
|  | 
| template<typename... Args> | 
| static std::string | stringify (Args &&... args) | 
|  | 
Definition at line 27 of file CapabilityUtils.h.
 
◆ CapabilityException() [1/2]
◆ CapabilityException() [2/2]
template<typename... Args> 
  
  | 
        
          | CapabilityUtils::CapabilityException::CapabilityException | ( | Args &&... | args | ) |  |  | inlineexplicit | 
 
 
◆ ~CapabilityException()
  
  | 
        
          | CapabilityUtils::CapabilityException::~CapabilityException | ( |  | ) |  |  
          | throw | ( |  |  
          |  | ) |  |  |  | inline | 
 
 
◆ stringify()
template<typename... Args> 
  
  | 
        
          | static std::string CapabilityUtils::CapabilityException::stringify | ( | Args &&... | args | ) |  |  | inlinestatic | 
 
Definition at line 33 of file CapabilityUtils.h.
   35     std::ostringstream ss;
 void streamArguments(StreamType &)
 
 
The documentation for this class was generated from the following file: