| 274 | // For maps - retrieve using key |
| 275 | template<typename Container> |
| 276 | fl::shared_ptr<int> retrieve_map(Container& c, int key) { |
| 277 | return c[key]; |
| 278 | } |
| 279 | |
| 280 | // ============================================================================ |
| 281 | // Generic Test Template Functions |
no outgoing calls
no test coverage detected