All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
osl::eval::Concept< T > Struct Template Reference

EvaluationFunction の制約. More...

#include <concept.h>

Collaboration diagram for osl::eval::Concept< T >:
Collaboration graph
[legend]

Public Member Functions

void constraints ()
 制約. More...
 

Public Attributes

eval
 
PtypeO ptypeo
 

Detailed Description

template<class T>
struct osl::eval::Concept< T >

EvaluationFunction の制約.

http://www.boost.org/libs/concept_check/concept_check.htm

Definition at line 25 of file eval/concept.h.

Member Function Documentation

template<class T >
void osl::eval::Concept< T >::constraints ( )
inline

制約.

他に, ApplyMoveOfTurn できる必要がある.

Definition at line 31 of file eval/concept.h.

References osl::eval::Concept< T >::eval, and osl::eval::Concept< T >::ptypeo.

Member Data Documentation

template<class T >
T osl::eval::Concept< T >::eval

Definition at line 40 of file eval/concept.h.

Referenced by osl::eval::Concept< T >::constraints().

template<class T >
PtypeO osl::eval::Concept< T >::ptypeo

Definition at line 41 of file eval/concept.h.

Referenced by osl::eval::Concept< T >::constraints().


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