Indiana Unversity logo[ConceptGCC]

ConceptGCC :

Signatures for Static Member Functions

From: Bonderer Rolf (rolfbo_at_[hidden])
Date: 2006-07-25 10:31:48


Hi Doug,

There's one more problem I encountered when working with ConceptC++. Is there actually a way of defining static member functions? I would like to use something like:

concept Norm <typename N, typename Vector, ...>
{
  typename result_type_norm;
  static result_type_norm N::operator()(Vector);
  ...
};

Kind regards,
Rolf Bonderer