geomc 1.0
A c++ linear algebra template library
Static Public Attributes | List of all members
implements_shape_concept< Shape, Concept > Struct Template Reference

Informational class which reveals whether its Shape parameter implements the shape concept Concept. More...

#include <geomc/shape/Shape.h>

Inheritance diagram for implements_shape_concept< Shape, Concept >:

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename Shape, template< typename, index_t, typename > class Concept>
struct geom::implements_shape_concept< Shape, Concept >

Informational class which reveals whether its Shape parameter implements the shape concept Concept.

Template Parameters
ShapeShape class to query
ConceptShape concept (e.g., Convex, Bounded, SdfEvaluable, etc.)

The documentation for this struct was generated from the following file: