mirror of https://github.com/CGAL/cgal
12 lines
338 B
C++
12 lines
338 B
C++
namespace CGAL{
|
|
namespace parameters {
|
|
/// \ingroup PkgSTLExtensionRef
|
|
/// Type of the default named parameter pack
|
|
typedef unspecified_type Default_named_parameters;
|
|
|
|
/// \ingroup PkgSTLExtensionRef
|
|
/// returns a default named parameter type indicating that default values should be used.
|
|
Default_named_parameters default_values();
|
|
|
|
} }
|