|
Blender V5.0
|
#include <BLI_vector_set.hh>
Public Types | |
| using | CustomIDType = decltype(GetIDFn{}(std::declval<T>())) |
Public Member Functions | |
| bool | operator() (const T &a, const T &b) const |
| bool | operator() (const CustomIDType &a, const T &b) const |
| bool | operator() (const T &a, const CustomIDType &b) const |
Definition at line 1120 of file BLI_vector_set.hh.
| using blender::CustomIDEqual< T, GetIDFn >::CustomIDType = decltype(GetIDFn{}(std::declval<T>())) |
Definition at line 1121 of file BLI_vector_set.hh.
|
inline |
Definition at line 1127 of file BLI_vector_set.hh.
|
inline |
Definition at line 1131 of file BLI_vector_set.hh.
|
inline |
Definition at line 1123 of file BLI_vector_set.hh.