#include <ios>
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.
 | 
| #define  | SSTR(x)   static_cast< std::ostringstream & >(( std::ostringstream() << std::dec << x ) ).str() | 
|   | 
 | 
| typedef unsigned long long int  | uint64 | 
|   | 
      
        
          | #define SSTR | 
          ( | 
            | 
          x | ) | 
             static_cast< std::ostringstream & >(( std::ostringstream() << std::dec << x ) ).str() | 
        
      
 
 
      
        
          | typedef unsigned long long int uint64 | 
        
      
 
 
      
        
          | std::string currentDate  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | std::vector<std::string> split  | 
          ( | 
          const std::string &  | 
          text,  | 
        
        
           | 
           | 
          char  | 
          sep = ' '  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | float stof  | 
          ( | 
          std::string  | 
           | ) | 
           | 
        
      
 
 
      
        
          | std::string trim  | 
          ( | 
          const std::string &  | 
           | ) | 
           |