include/relpipe/common/type/typedefs.h
branchv_0
changeset 25 2934d7e1e9bc
parent 20 a8ccd2b19faa
equal deleted inserted replaced
24:8ce15c6000ba 25:2934d7e1e9bc
    36 /**
    36 /**
    37  * Text string as UTF-8 bytes (regardless the current platform encoding).
    37  * Text string as UTF-8 bytes (regardless the current platform encoding).
    38  */
    38  */
    39 using String = std::string;
    39 using String = std::string;
    40 
    40 
       
    41 /**
       
    42  * Transitional type; should be replaced with relpipe::common::type::String.
       
    43  */
       
    44 using StringX = std::wstring;
       
    45 
    41 }
    46 }
    42 }
    47 }
    43 }
    48 }