Support Class Library
A set of tools providing classes and utility
|
Class representing parameter/return argument placholders. More...
#include "Placeholder.h"
Public Member Functions | |
constexpr | Placeholder ()=default |
constexpr | Placeholder (const Placeholder &)=default |
constexpr | Placeholder (Placeholder &&)=default |
Placeholder & | operator= (const Placeholder &)=default |
Placeholder & | operator= (Placeholder &&)=default |
~Placeholder ()=default | |
template<class T > | |
constexpr | Placeholder (T &&) |
Construct a placeholder from any kind of data. More... | |
template<class T > | |
constexpr const Placeholder & | operator= (T &&) const |
Assign to a placeholder. More... | |
Class representing parameter/return argument placholders.
Definition at line 9 of file Placeholder.h.
|
default |
|
default |
|
default |
|
default |
|
inline |
Construct a placeholder from any kind of data.
T | being the type of the data to omit |
Definition at line 22 of file Placeholder.h.
|
default |
|
default |
|
inline |
Assign to a placeholder.
T | being the type of the data to omit |
Definition at line 30 of file Placeholder.h.