CGAL 5.1 - STL Extensions for CGAL
CGAL::Default::Get< Parameter, Type > Struct Template Reference

#include <CGAL/Default.h>

Definition

template<typename Parameter, typename Type>
struct CGAL::Default::Get< Parameter, Type >

A nested template providing a typedef type which equals Type if Parameter is Default, and Parameter otherwise.

Public Types

typedef unspecified_type type
 

Member Typedef Documentation

◆ type

template<typename Parameter , typename Type >
typedef unspecified_type CGAL::Default::Get< Parameter, Type >::type