We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d25e1 commit 2e1921dCopy full SHA for 2e1921d
libecole/include/ecole/observation/map.hpp
@@ -8,8 +8,7 @@
8
9
namespace ecole::observation {
10
11
-template <typename T> void show(T&&);
12
-
+/** Combine multiple observation into a map of observation. */
13
template <typename Key, typename Function>
14
class MapFunction : public ObservationFunction<std::map<Key, trait::observation_of_t<Function>>> {
15
public:
0 commit comments