MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ remove_expanse()

void MayaFlux::Nexus::Tapestry::remove_expanse ( std::string_view  name)

Remove Tapestry's owning reference to a named Expanse.

Fabrics holding the shared_ptr keep it alive and functional.

Definition at line 105 of file Tapestry.cpp.

106{
107 m_expanses.erase(std::string(name));
108}
std::unordered_map< std::string, std::shared_ptr< Expanse > > m_expanses
Definition Tapestry.hpp:130

References m_expanses.