ICU 50.2 50.2
std_string.h
Go to the documentation of this file.
1/*
2*******************************************************************************
3*
4* Copyright (C) 2009-2011, International Business Machines
5* Corporation and others. All Rights Reserved.
6*
7*******************************************************************************
8* file name: std_string.h
9* encoding: US-ASCII
10* tab size: 8 (not used)
11* indentation:4
12*
13* created on: 2009feb19
14* created by: Markus W. Scherer
15*/
16
17#ifndef __STD_STRING_H__
18#define __STD_STRING_H__
19
25
26#include "unicode/utypes.h"
27
28#if U_HAVE_STD_STRING
29
30#include <string>
31
32#endif // U_HAVE_STD_STRING
33
34#endif // __STD_STRING_H__
Basic definitions for ICU, for both C and C++ APIs.