|
spdlog
|
#include <catch.hpp>
Public Member Functions | |
| ~EnumInfo () | |
| StringRef | lookup (int value) const |
Public Attributes | |
| StringRef | m_name |
| std::vector< std::pair< int, std::string > > | m_values |
| Catch::Detail::EnumInfo::~EnumInfo | ( | ) |
| std::vector<std::pair<int, std::string> > Catch::Detail::EnumInfo::m_values |