Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
CInsertable< DestType > Struct Template Reference

#include <Insertable.h>

Public Member Functions

template<typename T >
auto Requires (DestType Dest, T &Val) -> decltype(Dest<< Val)
 

Detailed Description

template<typename DestType>
struct CInsertable< DestType >

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.

Member Function Documentation

◆ Requires()

template<typename DestType >
template<typename T >
auto CInsertable< DestType >::Requires ( DestType Dest,
T & Val ) -> decltype(Dest<< Val)

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