Luna::BasicString::BasicString

BasicString(InitializerList< value_type > ilist, const allocator_type &alloc=allocator_type())

Constructs one string by coping characters from the initializer list.

Parameters

  • in ilist

    The initializer list to copy characters from.

  • in alloc

    The allocator to use. The allocator object will be copy-constructed into the map.