#include <string>
#include <boost/concept_check.hpp>
Go to the source code of this file.
|
struct | KeyConcept< T, ID > |
|
struct | KeyConcept< char[N], std::string > |
|
struct | KeyConcept< char *, std::string > |
|
struct | KeyConcept< char, std::string > |
|
struct | KeyConcept< short, std::string > |
|
struct | KeyConcept< int, std::string > |
|
struct | KeyConcept< long, std::string > |
|
struct | KeyConcept< long long, std::string > |
|
struct | KeyConcept< unsigned char, std::string > |
|
struct | KeyConcept< unsigned short, std::string > |
|
struct | KeyConcept< unsigned int, std::string > |
|
struct | KeyConcept< unsigned long, std::string > |
|
struct | KeyConcept< unsigned long long, std::string > |
|
struct | KeyClass< T > |
|
◆ classIsKey()
Definition at line 76 of file KeyConcept.h.
77 #ifndef SKIP_GCC_INTERNAL_ERROR_980519
79 boost::function_requires< KeyConcept<T> > ();