Instigate Open Source Documentation

instigate::geometry::concept::rectangle::requirements< T > Struct Template Reference

Requirements for the concept instigate::geometry::concept::rectangle. More...

#include <concept_rectangle.hpp>

Inheritance diagram for instigate::geometry::concept::rectangle::requirements< T >:
instigate::default_constructible::requirements< T > instigate::assignable::requirements< T >

List of all members.

Public Member Functions

void require_nested_typenames ()
void require_set_functions (T &p, typename instigate::geometry::concept::rectangle::interface< T >::coordinate_type a)
instigate::geometry::concept::rectangle::interface
< T >::coordinate_type 
require_get_right_function (const T &p)
instigate::geometry::concept::rectangle::interface
< T >::coordinate_type 
require_get_top_function (const T &p)
instigate::geometry::concept::rectangle::interface
< T >::coordinate_type 
require_get_left_function (const T &p)
instigate::geometry::concept::rectangle::interface
< T >::coordinate_type 
require_get_bottom_function (const T &p)
 requirements ()
 Constructor.

Detailed Description

template<typename T>
struct instigate::geometry::concept::rectangle::requirements< T >

Requirements for the concept instigate::geometry::concept::rectangle.

This code will compile if and only if T is a model of concept instigate::geometry::concept::rectangle


Constructor & Destructor Documentation

template<typename T >
instigate::geometry::concept::rectangle::requirements< T >::requirements (  )  [inline]

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


© Instigate CJSC, Open Source