Gromacs
2025.2
|
#include "external/scope_guard/scope_guard.h"
#include <utility>
#include <gtest/gtest.h>
Tests for scope guard functionality.
These tests check the functionality of scope_guard.h This header has its own test suite which we trust, but we still want to ensure that some functionality works the way we need it to.
Typedefs | |
using | gmx::test::anonymous_namespace{scope_guard.cpp}::DeleterType = int(*)(int) |
Variables | |
static int | gmx::test::anonymous_namespace{scope_guard.cpp}::s_deleterValue = 0 |
Global value which is set by the below function. More... | |