MCPcopy Create free account
hub / github.com/Compaile/ctrack / false_type

Class false_type

test/doctest.h:954–954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952
953 struct true_type { static DOCTEST_CONSTEXPR bool value = true; };
954 struct false_type { static DOCTEST_CONSTEXPR bool value = false; };
955
956 template <typename T> struct remove_reference { using type = T; };
957 template <typename T> struct remove_reference<T&> { using type = T; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected