Cadabra
Computer algebra system for field theory problems
Keywords.hh
Go to the documentation of this file.
1 #include <string>
2 
3 // Returns the group name belongs to, or nullptr if not found
4 const char* get_keyword_group(const std::string& name);
const char * get_keyword_group(const std::string &name)
Definition: Keywords.cc:71