Forward declares boost::hana::is_disjoint
.
More...
Namespaces | |
boost::hana | |
Namespace containing everything in the library. | |
Variables | |
constexpr auto | boost::hana::is_disjoint |
Returns whether two Searchable s are disjoint.Given two Searchable s xs and ys , is_disjoint returns a Logical representing whether the keys in xs are disjoint from the keys in ys , i.e. whether both structures have no keys in common. More... | |
Forward declares boost::hana::is_disjoint
.