fundamentals-ts Questions

2

Solved

string_view was a proposed feature within the C++ Library Fundamentals TS(N3921) added to C++17 As far as i understand it is a type that represent some kind of string "concept" that is a view of a...
Janiuszck asked 27/12, 2013 at 16:10

1

Solved

C++ Extensions for Library Fundamentals, Version 2 (N4564) introduces the type std::experimental::source_location. § 14.1.2 [reflection.src_loc.creation] says: static constexpr source_locat...

1

Solved

I just ran into some misunderstanding: at least in libc++ implementation std::experimental::string_view has the following concise implementation: template <class _CharT, class _Traits....> c...
Getter asked 17/11, 2014 at 17:22
1

© 2022 - 2024 — McMap. All rights reserved.