void fully_qualified_representation_generator::
populate(const unsigned int position, result_type& v) {
    v.dot(create_std_string(position + 0));
    v.colon(create_std_string(position + 1));
    v.identifiable(create_std_string(position + 2));
}