colon Structure

Defines a struct that has a static data member that represents a colon character.

template<class Path>
struct slash;

Members

Public Constants

Name

Description

static const Path::value_type value

Represents the colon character. Path can be either a basic_path or a type that is derived from basic_path. value_type is the character type of the stored file name string in the Path object.

Remarks

This implementation defines specializations of colon for path and wpath. For more information, see <filesystem>.

Requirements

Header: filesystem

Namespace: std::tr2::sys

See Also

Reference

<filesystem>

Other Resources

C++ Standard Library Header Files