| 7190 | |
| 7191 | template<typename LambdaT> |
| 7192 | static auto makeRef(LambdaT const &lambda) -> std::shared_ptr<BoundValueRefBase> { |
| 7193 | return std::make_shared<BoundLambda<LambdaT>>( lambda) ; |
| 7194 | } |
| 7195 | |
| 7196 | public: |
| 7197 | ExeName() : m_name( std::make_shared<std::string>( "<executable>" ) ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected