Toolbox snapshot
The Reactive C++ Toolbox
|
Go to the source code of this file.
Namespaces | |
namespace | toolbox |
namespace | toolbox::util |
Enumerations | |
enum class | toolbox::util::Test : int { toolbox::util::Foo = 1 , toolbox::util::Bar = 2 , toolbox::util::Baz = 4 , toolbox::util::Qux = 8 } |
Functions | |
constexpr Test | toolbox::util::operator""_test (unsigned long long val) noexcept |
const char * | toolbox::util::enum_string (Test t) |
ostream & | toolbox::util::operator<< (ostream &os, Test t) |
BOOST_AUTO_TEST_CASE (EnumStringCase) | |
BOOST_AUTO_TEST_CASE | ( | EnumStringCase | ) |
Definition at line 62 of file Enum.ut.cpp.