Definition at line 230 of file test_algo.cpp.
◆ test_inplace_merge_2()
test_inplace_merge_2::test_inplace_merge_2 |
( |
SortBuffer & |
buf | ) |
|
|
inline |
Definition at line 232 of file test_algo.cpp.
235 }
GLenum GLuint GLenum GLsizei const GLchar * buf
TestController gTestController
static void SetCurrentTestName(const char *str)
◆ operator()()
Definition at line 237 of file test_algo.cpp.
238 {
239 EH_STD::inplace_merge(
buf.begin(),
buf.begin() + (
buf.end() -
buf.begin() )/2,
buf.end(),
240 EH_STD::less<SortClass>() );
242 }
void assert_sorted_version(const SortBuffer &orig, const SortBuffer &buf)
◆ orig
The documentation for this struct was generated from the following file: