traits Namespace
Definition
Classes Index
| struct | IsActivateEntityCommand<T> |
|
Type trait – true for ActivateEntityCommand<THandle> specialisations. More... | |
| struct | IsActivateEntityCommand<ActivateEntityCommand< THandle >> |
| struct | IsAddComponentCommand<T> |
|
Type trait – true for AddComponentCommand<TComponent> specialisations. More... | |
| struct | IsAddComponentCommand<AddComponentCommand< TComponent >> |
| struct | IsDeactivateEntityCommand<T> |
|
Type trait – true for DeactivateEntityCommand<THandle> specialisations. More... | |
| struct | IsDeactivateEntityCommand<DeactivateEntityCommand< THandle >> |
| struct | IsDirtyComponentSpec<T> |
|
Type trait – true for DirtyComponentSpec<TComponent> specialisations. More... | |
| struct | IsDirtyComponentSpec<DirtyComponentSpec< TComponent >> |
| struct | IsRemoveComponentCommand<T> |
|
Type trait – true for RemoveComponentCommand<TComponent> specialisations. More... | |
| struct | IsRemoveComponentCommand<RemoveComponentCommand< TComponent >> |
Variables Index
template <typename T> | |
| constexpr bool | IsDirtyComponentSpec_v = IsDirtyComponentSpec<std::remove_cvref_t<T>>::value |
|
Convenience variable template for IsDirtyComponentSpec. More... | |
template <typename T> | |
| constexpr bool | IsActivateEntityCommand_v = IsActivateEntityCommand<std::remove_cvref_t<T>>::value |
|
Convenience variable template for IsActivateEntityCommand. More... | |
template <typename T> | |
| constexpr bool | IsDeactivateEntityCommand_v = IsDeactivateEntityCommand<std::remove_cvref_t<T>>::value |
|
Convenience variable template for IsDeactivateEntityCommand. More... | |
template <typename T> | |
| constexpr bool | IsAddComponentCommand_v = IsAddComponentCommand<std::remove_cvref_t<T>>::value |
|
Convenience variable template for IsAddComponentCommand. More... | |
template <typename T> | |
| constexpr bool | IsRemoveComponentCommand_v = IsRemoveComponentCommand<std::remove_cvref_t<T>>::value |
|
Convenience variable template for IsRemoveComponentCommand. More... | |
Variables
IsActivateEntityCommand_v
| constexpr |
Convenience variable template for IsActivateEntityCommand.
Definition at line 176 of file Traits.ixx.
IsAddComponentCommand_v
| constexpr |
Convenience variable template for IsAddComponentCommand.
Definition at line 206 of file Traits.ixx.
IsDeactivateEntityCommand_v
| constexpr |
Convenience variable template for IsDeactivateEntityCommand.
Definition at line 191 of file Traits.ixx.
IsDirtyComponentSpec_v
| constexpr |
Convenience variable template for IsDirtyComponentSpec.
Definition at line 161 of file Traits.ixx.
IsRemoveComponentCommand_v
| constexpr |
Convenience variable template for IsRemoveComponentCommand.
Definition at line 221 of file Traits.ixx.
The documentation for this namespace was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.