| 7156 | {} |
| 7157 | |
| 7158 | auto operator()( std::string const &description ) -> DerivedT & { |
| 7159 | m_description = description; |
| 7160 | return static_cast<DerivedT &>( *this ); |
| 7161 | } |
| 7162 | |
| 7163 | auto optional() -> DerivedT & { |
| 7164 | m_optionality = Optionality::Optional; |
nothing calls this directly
no outgoing calls
no test coverage detected