\brief Returns the default options for this function. Whatever option semantics a Function has, implementations must guarantee that default_options() is valid to pass to Execute as options.
| 226 | /// Whatever option semantics a Function has, implementations must guarantee |
| 227 | /// that default_options() is valid to pass to Execute as options. |
| 228 | const FunctionOptions* default_options() const { return default_options_; } |
| 229 | |
| 230 | virtual Status Validate() const; |
| 231 |