#include <userver/formats/bson/types.hpp>
BSON Binary. 
Definition at line 94 of file types.hpp.
 
◆ Binary()
  
  
      
        
          | formats::bson::Binary::Binary  | 
          ( | 
          std::string |           data | ) | 
           | 
         
       
   | 
  
inlineexplicit   | 
  
 
Constructor from a string storage. 
Definition at line 97 of file types.hpp.
 
 
◆ Data()
  
  
      
        
          | const uint8_t * formats::bson::Binary::Data  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator!=()
  
  
      
        
          | bool formats::bson::Binary::operator!=  | 
          ( | 
          const Binary & |           rhs | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator<()
  
  
      
        
          | bool formats::bson::Binary::operator<  | 
          ( | 
          const Binary & |           rhs | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator<=()
  
  
      
        
          | bool formats::bson::Binary::operator<=  | 
          ( | 
          const Binary & |           rhs | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator==()
  
  
      
        
          | bool formats::bson::Binary::operator==  | 
          ( | 
          const Binary & |           rhs | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator>()
  
  
      
        
          | bool formats::bson::Binary::operator>  | 
          ( | 
          const Binary & |           rhs | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator>=()
  
  
      
        
          | bool formats::bson::Binary::operator>=  | 
          ( | 
          const Binary & |           rhs | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ Size()
  
  
      
        
          | size_t formats::bson::Binary::Size  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ ToString() [1/2]
  
  
      
        
          | std::string && formats::bson::Binary::ToString  | 
          ( | 
           | ) | 
           && | 
         
       
   | 
  
inline   | 
  
 
 
◆ ToString() [2/2]
  
  
      
        
          | const std::string & formats::bson::Binary::ToString  | 
          ( | 
           | ) | 
           const & | 
         
       
   | 
  
inline   | 
  
 
 
◆ std::hash< Binary >
  
  
      
        
          | friend struct std::hash< Binary > | 
         
       
   | 
  
friend   | 
  
 
 
The documentation for this class was generated from the following file: