template<typename T>
struct assoc::detail::is_stable< T >
A trait to distinguish types with (hopefully) stable ordering from types that do not have stable ordering. We expect that pointers (and tuples thereof) do not have stable ordering.
The documentation for this struct was generated from the following file: