Skip to content

DARMA/detector => Minimal C++ detection idiom (DEPRECATED)

License

Notifications You must be signed in to change notification settings

DARMA-tasking/detector

Repository files navigation

detector => DARMA/detector

Build Status

Introduction : What is detector

detector is a small library that implements static/compile-time type introspection in C++. With this code, we can check if a type has methods, type aliases, or members that are exactly matching or convertible to a particular interface. Because this library requires C++-14, it is separated from the other DARMA/* libraries.