Definition at line 196 of file test_algo.cpp.
◆ test_stable_sort_2()
Definition at line 198 of file test_algo.cpp.
201 }
GLenum GLuint GLenum GLsizei const GLchar * buf
TestController gTestController
static void SetCurrentTestName(const char *str)
◆ operator()()
Definition at line 203 of file test_algo.cpp.
204 {
205 EH_STD::stable_sort(
buf.begin(),
buf.end(), EH_STD::less<SortClass>() );
207 }
void assert_sorted_version(const SortBuffer &orig, const SortBuffer &buf)
◆ orig
The documentation for this struct was generated from the following file: