What declaration allows all elements in the standard C++ library to be accessed in an unqualified manner (without std prefix)?

A. using namespace std;
B. using std::all_elements;
C. std::unqualified_access;
D. std::without_prefix;