B is a simple base class with defaulted constructors and destructor
More...
#include </home/gdlxn/bugs/b105/B.hpp>
|
| B ()=default |
| B uses the compiler generated default constructor. More...
|
|
| B (const B &)=default |
| B uses the compiler generated copy constructor. More...
|
|
| B (B &&)=default |
| B uses the compiler generated move constructor. More...
|
|
| ~B ()=default |
| B uses the compiler generated destructor. More...
|
|
B is a simple base class with defaulted constructors and destructor
B uses the compiler generated default constructor.
B uses the compiler generated copy constructor.
B uses the compiler generated move constructor.
B uses the compiler generated destructor.
std::string B::toString |
( |
| ) |
|
Generates a string representation of this B.
- Returns
- a string representation of this B