A simple non-mutating view into a string. Implements a shallow reference to a std::string, replicating its operations to be drop-in replaceable. Primarily designed for inner loop use, where expensive string allocations become a performance killer.
A simple non-mutating view into a string. Implements a shallow reference to a std::string, replicating its operations to be drop-in replaceable. Primarily designed for inner loop use, where expensive string allocations become a performance killer.