Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZStd::logical_or< void > Member List

This is the complete list of members for AZStd::logical_or< void >, including all inherited members.

is_transparent typedef (defined in AZStd::logical_or< void >)AZStd::logical_or< void >
operator()(T &&left, U &&right) const -> decltype(AZStd::forward< T >(left)||AZStd::forward< U >(right)) (defined in AZStd::logical_or< void >)AZStd::logical_or< void >inline