Skip to content

Typedef or_type

typedef or_type meta

using or_type = std::conditional_t<std::is_same_v<T1, void>, T2, T1>

If

T1 is void , yields T2 ; otherwise yields T1

Fully qualified name: kfr::or_type

Declared at meta.hpp:45

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.