C++ Utilities  5.3.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Public Member Functions | List of all members
StringThatDoesNotLikeToBeCopiedOrMoved Struct Reference
Inheritance diagram for StringThatDoesNotLikeToBeCopiedOrMoved:
[legend]
Collaboration diagram for StringThatDoesNotLikeToBeCopiedOrMoved:
[legend]

Public Member Functions

 StringThatDoesNotLikeToBeCopiedOrMoved (const char *value)
 
 StringThatDoesNotLikeToBeCopiedOrMoved (const StringThatDoesNotLikeToBeCopiedOrMoved &other)
 
 StringThatDoesNotLikeToBeCopiedOrMoved (StringThatDoesNotLikeToBeCopiedOrMoved &&other)
 

Detailed Description

Definition at line 390 of file conversiontests.cpp.

Constructor & Destructor Documentation

◆ StringThatDoesNotLikeToBeCopiedOrMoved() [1/3]

StringThatDoesNotLikeToBeCopiedOrMoved::StringThatDoesNotLikeToBeCopiedOrMoved ( const char *  value)
inlineexplicit

Definition at line 391 of file conversiontests.cpp.

◆ StringThatDoesNotLikeToBeCopiedOrMoved() [2/3]

StringThatDoesNotLikeToBeCopiedOrMoved::StringThatDoesNotLikeToBeCopiedOrMoved ( const StringThatDoesNotLikeToBeCopiedOrMoved other)
inline

Definition at line 395 of file conversiontests.cpp.

◆ StringThatDoesNotLikeToBeCopiedOrMoved() [3/3]

StringThatDoesNotLikeToBeCopiedOrMoved::StringThatDoesNotLikeToBeCopiedOrMoved ( StringThatDoesNotLikeToBeCopiedOrMoved &&  other)
inline

Definition at line 400 of file conversiontests.cpp.


The documentation for this struct was generated from the following file: