dist_id is undocumented

Issue #106 resolved
Scott Baden created an issue

What is the purpose of dist_id() ?

template < typename T> struct dist_id <T >;

C++ Concepts: PODType, EqualityComparable, LessThanComparable, hashable

Comments (1)

  1. Dan Bonachea

    See spec sections 12.2 and 12.3

    Bottom-line, most use cases never need the type, but it's available for more advanced use.

  2. Log in to comment