| 6079 | |
| 6080 | template<typename LambdaT> |
| 6081 | static auto makeRef(LambdaT const &lambda) -> std::shared_ptr<BoundValueRefBase> { |
| 6082 | return std::make_shared<BoundLambda<LambdaT>>( lambda) ; |
| 6083 | } |
| 6084 | |
| 6085 | public: |
| 6086 | ExeName() : m_name( std::make_shared<std::string>( "<executable>" ) ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected