#include <iostream> #include <descriptor.h> struct thegards { Descriptor<thegards> descriptor; }; int main(void) { thegards me; return me.descriptor.describe(); }