Ark Server API (ASA) - Wiki
|
#include <Insertable.h>
Public Member Functions | |
template<typename T > | |
auto | Requires (DestType Dest, T &Val) -> decltype(Dest<< Val) |
Describes an insertion operation for a destination type where an instance of another type can be inserted via operator<<.
Definition at line 9 of file Insertable.h.