Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 564 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 564 Bytes

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.