Warning!
The version you're viewing is not the latest.
Go to the latest version
Function as_group
Synopsis
#include <src/entt/entity/helper.hpp>
as_group(registry_type &source) noexcept
Description
Constructs a converter for a given registry.
- Parameters
source
- A valid reference to a registry.
Source
Lines 79-79 in src/entt/entity/helper.hpp.
as_group(registry_type &source) ENTT_NOEXCEPT: reg{source} {}