Re: Unordered container of Glib::ustring
- From: Paul Davis <paul linuxaudiosystems com>
- To: אנטולי קרסנר <tombackton gmail com>
- Cc: gtk-list gnome org
- Subject: Re: Unordered container of Glib::ustring
- Date: Wed, 3 Apr 2013 12:13:08 -0400
On Wed, Apr 3, 2013 at 12:11 PM, אנטולי קרסנר
<tombackton gmail com> wrote:
Hi,
I'm writing an application in C++ with gtkmm.
I want to have an unordered container, std::unordered_map, in which the
key type is Glib::ustring. It means I need choose one of these options:
1. Make the map actually have Glib::ustring objects, and write a hash
functor for them (since none is defined by default)
you'd better have a VERY good reason for using Glib::ustring and not std::ustring
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]