C++ Library Extensions 2022.12.09
To help learn modern C++ programming
cpg::types::type_container_c Concept Reference

#include <cpg_types.hpp>

Concept definition

template<typename T>
concept cpg::types::type_container_c = hidden::st_is_type_container<T>::value

Detailed Description

Definition at line 2719 of file cpg_types.hpp.