bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
std_map_utils.h File Reference
#include <any>
#include <map>
#include <stdexcept>
#include <unordered_map>
Include dependency graph for std_map_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  bitrl
 
namespace  bitrl::utils
 

Functions

template<typename OutT >
OutT bitrl::utils::resolve (const std::string &name, const std::map< std::string, std::any > &input)
 
template<typename OutT >
OutT bitrl::utils::resolve (const std::string &name, const std::unordered_map< std::string, std::any > &input)