TermOx
ox::Overload< Ts > Struct Template Reference

Overload pattern for function objects. More...

#include <overload.hpp>

Inheritance diagram for ox::Overload< Ts >:

Detailed Description

template<typename... Ts>
struct ox::Overload< Ts >

Overload pattern for function objects.

Construct with multiple function objects to get a single object with overloaded operator() from each function object given.


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