ct_function_symbol< Tag > Class Template Reference

A function symbol. Can be used for unknown functions, test functions, etc. Cannot be evaluated, but substituted with an evaluable object. More...

#include <ct_function_symbol.hpp>


Detailed Description

template<typename Tag>
class viennamath::ct_function_symbol< Tag >

A function symbol. Can be used for unknown functions, test functions, etc. Cannot be evaluated, but substituted with an evaluable object.

Template Parameters:
Tag A tag class typically used to distinguish between different function symbols. Tag requirements: 'static std::string str();' which returns an identification string

The documentation for this class was generated from the following file: