An open API service indexing awesome lists of open source software.

https://github.com/ncorgan/cpp-callable-to-funcptr

C++17 header-only library that can convert any C++ callable object to a C-style function pointer
https://github.com/ncorgan/cpp-callable-to-funcptr

c c-plus-plus callback callbacks cpp cpp17 function-pointer function-pointers header-only template

Last synced: 3 months ago
JSON representation

C++17 header-only library that can convert any C++ callable object to a C-style function pointer

Awesome Lists containing this project

README

        

C++ Callable to Function Pointer
===============================================

[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ncorgan/cpp-callable-to-funcptr/blob/master/LICENSE.txt)
[![Travis-CI Build](https://api.travis-ci.org/ncorgan/cpp-callable-to-funcptr.svg)](https://travis-ci.org/ncorgan/cpp-callable-to-funcptr)
[![AppVeyor Build](https://ci.appveyor.com/api/projects/status/github/ncorgan/cpp-callable-to-funcptr)](https://ci.appveyor.com/project/ncorgan/cpp-callable-to-funcptr)

README last updated: 2019/06/15