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

#include <functional.hpp>

Public Member Functions

 unary_compose ()
 unary_compose (F f, G g)
template<typename U>
auto operator() (const U &x) const
template<typename U>
auto operator() (U &x) const

Detailed Description

template<typename F, typename G>
struct adobe::unary_compose< F, G >

Definition at line 135 of file functional.hpp.

Constructor & Destructor Documentation

◆ unary_compose() [1/2]

template<typename F, typename G>
unary_compose ( )

Definition at line 136 of file functional.hpp.

◆ unary_compose() [2/2]

template<typename F, typename G>
unary_compose ( F f,
G g )

Definition at line 137 of file functional.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<typename F, typename G>
template<typename U>
auto operator() ( const U & x) const

Definition at line 140 of file functional.hpp.

◆ operator()() [2/2]

template<typename F, typename G>
template<typename U>
auto operator() ( U & x) const

Definition at line 145 of file functional.hpp.