Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
signature< F > Struct Template Reference

returns the function signature of the callable object type F More...

#include <arg_stream.hpp>

Public Types

typedef F type

Detailed Description

template<typename F>
struct adobe::arg_stream::signature< F >
Template Parameters F must model callable_object(?)

Definition at line 193 of file arg_stream.hpp.

Member Typedef Documentation

◆ type

template<typename F>
typedef F type

Definition at line 194 of file arg_stream.hpp.