|
| static std::string | one () |
| |
| static std::string | prod (std::string a, std::string b) |
| |
| static const std::string | one () |
| | The one of type T.
|
| |
| static const std::string | prod (std::string a, std::string b) |
| | the product of two elements of type T
|
| |
◆ one() [1/2]
◆ one() [2/2]
◆ prod() [1/2]
◆ prod() [2/2]
the product of two elements of type T
- Parameters
-
| a | the first element to be multiplied |
| b | the second element to be multiplied |
- Returns
- the product a * b
The documentation for this struct was generated from the following file: