clang-metatool
A framework for reusing code in clang tools
Namespaces | Typedefs
file_attribute_multimap.h File Reference
#include <map>
#include <clangmetatool/types/file_uid.h>
Include dependency graph for file_attribute_multimap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 clangmetatool
 
 clangmetatool::types
 

Typedefs

template<typename OTHER >
using clangmetatool::types::FileAttributeMultimap = std::multimap< FileUID, OTHER >