|
FINAL CUT
|
Public Member Functions | |
| FVTermPreprocessing (const FVTerm *i, FPreprocessingFunction &&f) | |
| FVTermPreprocessing (const FVTermPreprocessing &)=delete | |
| FVTermPreprocessing (FVTermPreprocessing &&) noexcept=default | |
| auto | operator= (const FVTermPreprocessing &) -> FVTermPreprocessing &=delete |
| auto | operator= (FVTermPreprocessing &&) noexcept -> FVTermPreprocessing &=default |
Public Attributes | |
| std::unique_ptr< const FVTerm, D > | instance {} |
| FPreprocessingFunction | function {} |
1.8.13