Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
Enum.ut.cpp File Reference
#include "Enum.hpp"
#include <boost/test/unit_test.hpp>
#include <boost/lexical_cast.hpp>
Include dependency graph for Enum.ut.cpp:

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 chartoolbox::util::enum_string (Test t)
 
ostream & toolbox::util::operator<< (ostream &os, Test t)
 
 BOOST_AUTO_TEST_CASE (EnumStringCase)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE()

BOOST_AUTO_TEST_CASE ( EnumStringCase  )

Definition at line 62 of file Enum.ut.cpp.