Class ctype_t¶
class ctype_t<T> meta¶
template <typename T>
struct ctype_t { … } Compile-time wrapper for a single type. Used to pass types as values in metaprogramming contexts.
| T | the wrapped type |
typedef type ¶
using type = T Fully qualified name: kfr::ctype_t<T>
Declared at meta.hpp:441
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.