1
2#include "length.h"
3
4int
5length (A &a)
6{
7 return a.length();
8}
9

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

source code of lldb/test/API/lang/cpp/incomplete-types/length.cpp