ManaPlus
Enumerations
doctest::detail::assertAction Namespace Reference

Enumerations

enum  Enum { nothing = 0 , dbgbreak = 1 , shouldthrow = 2 }
 

Enumeration Type Documentation

◆ Enum

Enumerator
nothing 
dbgbreak 
shouldthrow 

Definition at line 1362 of file doctest.h.

1363  {
1364  nothing = 0,
1365  dbgbreak = 1,
1366  shouldthrow = 2
1367  };