MCPcopy Create free account
hub / github.com/Naios/function2 / is_box

Class is_box

include/function2/function2.hpp:439–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437
438template <typename T>
439struct is_box : std::false_type {};
440template <bool IsCopyable, typename T, typename Allocator>
441struct is_box<box<IsCopyable, T, Allocator>> : std::true_type {};
442

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected