Skip to content

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.

Template parameters
T the wrapped type

typedef type

using type = T

The wrapped type

Fully qualified name: kfr::ctype_t<T>::type

Declared at meta.hpp:448

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.