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