Removes Conan build step, adds documentation to dictionary.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -12,7 +12,9 @@ namespace ArbUt {
|
||||
using const_iterator = typename std::unordered_map<KeyT, ValueT>::const_iterator;
|
||||
|
||||
public:
|
||||
/// @brief The type used for the indexer of the dictionary.
|
||||
typedef KeyT keyType;
|
||||
/// @brief The type used for the value in the dictionary.
|
||||
typedef ValueT valueType;
|
||||
|
||||
Dictionary() : _map() {}
|
||||
|
||||
Reference in New Issue
Block a user