Concept has_begin_end¶
concept has_begin_end meta¶
template <typename T>
concept has_begin_end = requires(T t) { … } Concept satisfied by types that support
std::begin and std::end
Fully qualified name: kfr::has_begin_end
Declared at meta.hpp:1197
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.