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::ranges::less Struct Reference

Public Types

using is_transparent = void
 

Public Member Functions

template<class T , class U >
constexpr auto operator() (T &&t, U &&u) const -> enable_if_t< totally_ordered_with< T, U >, decltype(AZStd::forward< T >(t)< AZStd::forward< U >(u))>
 

The documentation for this struct was generated from the following file: