MCPcopy Create free account
hub / github.com/covscript/covscript / cni_convertible

Class cni_convertible

include/covscript/core/cni.hpp:223–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221
222 template <typename From, typename To, typename = void>
223 struct cni_convertible {
224 static constexpr bool value = false;
225 };
226
227 template <typename From, typename To>
228 struct cni_convertible<From, To, void_t<decltype(type_convertor<From, To>::convert(std::declval<From>()))>> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected