LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects.
iterator begin() noexcept
Return an iterator to the first element of the map.
size_type size() const noexcept
Return the number of key-value pairs in the map.
StorableMap & operator=(StorableMap const &other)
bool empty() const noexcept
Return true if this map contains no key-value pairs.
bool operator==(StorableMap const &other) const noexcept
Test for map equality.
void clear() noexcept
Remove all of the mappings from this map.
typehandling::Key< std::string, mapped_type > key_type
ItemVariant const * other
A base class for image defects.
size_type max_size() const noexcept
Return the maximum number of elements the container is able to hold due to system or library implemen...
iterator end() noexcept
Return an iterator to the element past the end of the map.
bool contains(std::string const &key) const
Return true if this map contains a mapping whose key has the specified label.
_Impl::const_iterator const_iterator
A map of Storable supporting strongly-typed access.