| 6045 | {} |
| 6046 | |
| 6047 | auto operator()( std::string const &description ) -> DerivedT & { |
| 6048 | m_description = description; |
| 6049 | return static_cast<DerivedT &>( *this ); |
| 6050 | } |
| 6051 | |
| 6052 | auto optional() -> DerivedT & { |
| 6053 | m_optionality = Optionality::Optional; |
nothing calls this directly
no outgoing calls
no test coverage detected