atlas
0.6
|
#include <global.h>
Public Member Functions | |
overload_data (shared_function &&val, func_type &&t) | |
overload_data (overload_data &&x)=default | |
overload_data & | operator= (overload_data &&x)=default |
const shared_function & | value () const |
const func_type & | type () const |
Private Attributes | |
shared_function | val |
func_type | tp |
|
inline |
|
default |
|
default |
|
inline |
|
inline |
|
private |
|
private |