Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
block.hh
Go to the documentation of this file.
1 #pragma once
2 #include <utility>
3 
4 typedef std::pair<std::string, std::string> Block;
std::pair< std::string, std::string > Block
Definition: block.hh:4