Ignore:
Timestamp:
Feb 2, 2015, 2:11:18 PM (11 years ago)
Author:
pr
Message:

Add find_first_of(char...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cppbase/bs_string.h

    r250 r421  
    2323
    2424/*
    25  *      This file Copyright (C) 1999-2002 Ulrich M”ller.
     25 *      This file Copyright (C) 1999-2015 Ulrich M”ller.
    2626 *      This program is free software; you can redistribute it and/or modify
    2727 *      it under the terms of the GNU General Public License as published by
     
    732732            size_type rfind(char c, size_type ulPos = npos) const;
    733733
     734            size_type find_first_of(char c, size_type ulPos = 0) const;
    734735            size_type find_first_of(const char *achChars, size_type ulPos = 0) const;
    735736
Note: See TracChangeset for help on using the changeset viewer.