unregisterPathAlias#
Fully qualified name: carb::tokens::unregisterPathAlias
Defined in carb/tokens/PathAlias.h
-
inline bool carb::tokens::unregisterPathAlias(cpp::string_view alias)#
Unregisters a path string alias.
- Parameters:
alias – [in] The alias string to be removed. This should not contain the replacement marker around the name “${}”. This should have been previously registered with registerPathAlias().
- Returns:
true if the alias was successfully unregistered, false if the tokens interface is not available.