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

#include <cpg_types.hpp>

Concept definition

template<typename T>
concept cpg::types::safe_co_c = hidden::st_safe_cast_operation<std::remove_cvref_t<T>>::value

Detailed Description

Definition at line 1932 of file cpg_types.hpp.